1 | #ifndef __RCMSG_H__ |
---|---|
2 | #define __RCMSG_H__ |
3 | |
4 | #ifdef __cplusplus |
5 | extern "C"{ |
6 | #endif |
7 | |
8 | const char *GetMsgid(int id); |
9 | int GetRcString(int id, char *buf, int bufsize); |
10 | |
11 | #ifdef __cplusplus |
12 | } |
13 | #endif |
14 | |
15 | #endif /* __RCMSG_H__ */ |
16 |
1 | #ifndef __RCMSG_H__ |
---|---|
2 | #define __RCMSG_H__ |
3 | |
4 | #ifdef __cplusplus |
5 | extern "C"{ |
6 | #endif |
7 | |
8 | const char *GetMsgid(int id); |
9 | int GetRcString(int id, char *buf, int bufsize); |
10 | |
11 | #ifdef __cplusplus |
12 | } |
13 | #endif |
14 | |
15 | #endif /* __RCMSG_H__ */ |
16 |