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

📄 function_define.h

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

/* declare some fuctions prototype */
void Init();
void sqlerror();
void terminate();
int ReadBufMsg( char *BKML_Msg, int n, char *element);
void Read_Msg_to_Database(char *buf_data, int RecCount);
int CreateSndLogAndHZRec(unsigned long lg_Key, char *province_code );
int InsertBKHZMLRec(unsigned long lg_Key, int nf, char *province_code );
int InsertSndBKHZMLNRRec(struct stBKMLDBRec *stDBRecord );
int UpdateSndLogRecStatus( unsigned long lg_Key );
void trim(char *CAline);

int GetTimeInterval(char* cType);
int myapi_ReadALine( char* cLine, FILE* hTable );
void ProcessError(char *LOG, char *sErrorMessage1, char *sErrorMessage2);

#endif

⌨️ 快捷键说明

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