📄 function_define.h
字号:
#ifndef FUNCTION_DEFINE
#define FUNCTION_DEFINE
/* declare some fuctions prototype */
size_t myapi_GetFileSize( FILE *hTable );
void ReadBKMLFileData(FILE* hTalbe, size_t Length, char *buf_data);
void InitSndBKJHML1();
void sqlerror();
void terminate();
int CreateSndLogAndHZRec(char *pc);
int InsertBKJHMLRec();
int UpdateSndLogRecStatus();
int myapi_ReadALine( char* cLine, char* FileLength );
int myapi_FillFileRecord( char *cLine, struct stBKMLFileRec *stFileRecord );
void myapi_ConvertToDBRecord(struct stBKMLFileRec *stFileRec, struct stBKMLDBRec *stDBRecord );
int InsertSndBKJHMLNRRec(struct stBKMLDBRec *stDBRecord );
void myapi_TestShowResult(struct stBKMLFileRec *stFileRec, struct stBKMLDBRec *stDBRecord );
void ProcessError(char *, char *, char *);
void movefile();
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -