function_define.h

来自「unix 下用pro*c tuxedo 开发的东西」· C头文件 代码 · 共 19 行

H
19
字号
#ifndef FUNCTION_DEFINE
#define FUNCTION_DEFINE

/* declare some fuctions prototype */
void InitSndBSFXML_P();
int UpdateSndLogRecStatus();
int UpdateHZRec();
int GetTimeInterval(char* cType);
int myapi_ReadALine( char* cLine, FILE* hTable );
void PcsSndBSFXML_P();
void PcsSndBSFXML2();
void sqlerror();
void terminate();
/*void outputmessage(char *outmessage);*/
/*void Get_Province_Code( char *cLine );*/
void ProcessError(char *, char *, char *);

#endif

⌨️ 快捷键说明

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