function_define.h
来自「unix 下用pro*c tuxedo 开发的东西」· C头文件 代码 · 共 24 行
H
24 行
#ifndef FUNCTION_DEFINE
#define FUNCTION_DEFINE
/* declare some fuctions prototype */
size_t myapi_GetFileSize( FILE *hTable );
void ReadBSFXFileData(FILE* hTalbe, size_t Length, char *buf_data);
void InitSndBSFX1();
void sqlerror();
void terminate();
int CreateSndLogAndHZRec(char *pc);
int InsertBSFXRec();
int UpdateSndLogRecStatus();
int myapi_ReadALine( char* cLine, char* FileLength );
int myapi_FillFileRecord( char *cLine, struct stBSFXFileRec *stFileRecord );
void myapi_ConvertToDBRecord(struct stBSFXFileRec *stFileRec, struct stBSFXDBRec *stDBRecord );
int InsertSndBSFXNRRec(struct stBSFXDBRec *stDBRecord );
void myapi_TestShowResult(struct stBSFXFileRec *stFileRec, struct stBSFXDBRec *stDBRecord );
void ProcessError(char *, char *, char *);
void movefile();
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?