function_define.h
来自「unix 下用pro*c tuxedo 开发的东西」· C头文件 代码 · 共 20 行
H
20 行
#ifndef FUNCTION_DEFINE
#define FUNCTION_DEFINE
/* declare some fuctions prototype */
void InitSndTJBB_P();
void PcsSndTJBB_P();
int UpdateSndLogRecStatus();
int UpdateHZRec();
int GetTimeInterval(char* cType);
/*void Get_Province_Code( char *cLine );*/
int myapi_ReadALine( char* cLine, FILE* hTable );
void PcsSndTJBB2();
void sqlerror();
void terminate();
/*void outputmessage(char *outmessage);*/
void ProcessError(char *LOG, char *sErrorMessage1, char *sErrorMessage2);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?