Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
rc.h 226 Bytes
Copy Edit Raw Blame History
luanhailiang authored 2012-08-09 20:44 . My mudos
#ifndef RC_H
#define RC_H
#include "lpc_incl.h"
/*
* rc.c
*/
void set_defaults PROT((char *));
int get_config_int PROT((int));
char *get_config_str PROT((int));
int get_config_item PROT((svalue_t *, svalue_t *));
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化