pcs_snd_gh_p.h
来自「unix 下用pro*c tuxedo 开发的东西」· C头文件 代码 · 共 51 行
H
51 行
#ifndef __PCS_SND_GH_P_H
#define __PCS_SND_GH_P_H
#include <stdio.h>
#include <stdlib.h>
#include <sqlca.h>
#include <signal.h>
#include <string.h>
#include "/usr/bkfx/src/CommonAPI/myapi.h"
/*
#ifndef DEBUG
#define DEBUG
#endif
*/
#define LEN_GHNR 50000 /* max length of GHNR */
#define LEN_FSXH 10
#define LEN_FSSJBH 2
#define LEN_JSSJBH 2
#define LEN_GHBH 3
#define LEN_GHXL 2
#define ERROR_LOG_FILE "/usr/bkfx/log/errlog"
#define END ""
#define InitInterval 5
#define DB_Interval 360
#define LOG_NORMAL "Pcs_Snd_GH_P<LOG_NORMAL>:"
#define LOG_ERROR "Pcs_Snd_GH_P<LOG_ERROR>:"
void ProcessError();
void Free_Mem();
int InitSndGHP();
int PCSSndGHP();
int PCSSndGHP2();
void itoa();
void sqlerror();
char * buf_msg, ghxl[3];
int interval;
int rtn_code;
long key;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?