⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 function_define.h

📁 unix 下用pro*c tuxedo 开发的东西
💻 H
字号:
#ifndef FUNCTION_DEFINE
#define FUNCTION_DEFINE

/* declare some fuctions prototype */
size_t myapi_GetFileSize( FILE *hTable );
void ReadTJBBFileData(FILE* hTalbe, size_t Length, char *buf_data);
void InitSndTJBB1();
void sqlerror();
void terminate();
int CreateSndLogAndHZRec(long lg_Key, char *pc);
int UpdateSndLogRecStatus(long lg_Key);
void myapi_GetInfoFromFileName( struct stTJBBInfo *stTJBBRecord, char *cFileName );
int myapi_FillFileRecord( char *FileLength, struct stTJBBInfo *stTJBBRecord );
int InsertSndTJBBRec(struct stTJBBInfo *stTJBBRecord );
void ProcessError(char *, char *, char *);
void movefile();

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -