📄 function_define.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -