资源介绍
配置文件读取库支撑强大的格式
module Demo
{
struct tagMsgHeader
{
int len;
int cmd;
int seq;
};
interface Printer
{
int Role(struct tagMsgHeader, stcList tagMsgHeaderList);
void boss(int bossid, string bossname, string detail);
};
interface test
{
void play(int playHP, uint playMsg);
void test(string name,double id);
};
};
- 上一篇: NGINX + LUA实现复杂的控制
- 下一篇: 交叉编译器