pcs_snd_gh1.h
来自「unix 下用pro*c tuxedo 开发的东西」· C头文件 代码 · 共 58 行
H
58 行
#ifndef __PCS_SND_GH1_H
#define __PCS_SND_GH1_H
#include <stdio.h>
#include <stdlib.h>
#include <sqlca.h>
#include <sqlcpr.h>
#include <time.h>
#include <stddef.h>
#include <fcntl.h>
#include <signal.h>
#include "/usr/bkfx/src/CommonAPI/myapi.h"
/*
#ifndef DEBUG
#define DEBUG
#endif
*/
#define LEN_GH_FILE 50000
#define ERROR_LOG_FILE "/usr/bkfx/log/errlog"
#define END ""
#define DB_Interval 360
#define LOG_NORMAL "Pcs_Snd_GH1<LOG_NORMAL>:"
#define LOG_ERROR "Pcs_Snd_GH1<LOG_ERROR>:"
void Free_Mem();
int InitSndGH1();
int PCSSndGH1();
int EndPCSSndGH1();
int ReadGHFileData();
int CreateSndLogAndHZRec();
int InsertSndGHRec();
int UpdateSndLogRecStatus();
int mypath();
void ProcessError();
long sequ ;
char ghxl[3], fsfbh[3], jsfbh[3], ghbh[4];
char * buf_gh, nr[LEN_GH_FILE];
FILE * fp;
int rtn_code;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?