- 論壇徽章:
- 0
|
在編譯的時候出錯求 解決方法
#ifndef TTT_GLOB_H
#define TTT_GLOB_H
//寫數(shù)據(jù)庫
int write_todb(char *query);
//業(yè)務(wù)處理函數(shù)1 -- 鄉(xiāng)村戲曲(老鐵聽眾)
void xcxqmessage(char *SrcId,char *DestId,char *Content);
//// int ->; string
char *itostr(unsigned long int nIn,char *sStr);
//Add end
#ifdef __cplusplus
extern "C"{
#endif
char host[16];
unsigned short port;
char icp_id[7];
char icp_ps[32];
#ifdef __cplusplus
}
#endif
#endif
這是.h文件
出錯是
In file included from SgipApp0831.c:11:
SgipApp.h:32:7: warning: no newline at end of file
SgipApp0831.c:452:3: warning: no newline at end of file |
|