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

📄 pcs_snd_zfjb_p.h

📁 unix 下用pro*c tuxedo 开发的东西
💻 H
字号:
#ifndef __PCS_SND_ZFJB_P_H
#define __PCS_SND_ZFJB_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_MsgRec_ZFJB 	8 + 16
#define 	LEN_FSXH       		10
#define		JSSJBH 			"99"
#define		LEN_JSSJBH		2
#define 	LEN_FSSJBH		2
#define 	LEN_NF 			4
#define 	LEN_ZFJBH 		8
#define 	LEN_ZFJMC 		16
#define 	ERROR_LOG_FILE		"/usr/bkfx/log/errlog"
#define 	LOG_NORMAL		"Pcs_Snd_ZFJB_P<LOG_NORMAL>:"
#define 	LOG_ERROR		"Pcs_Snd_ZFJB_P<LOG_ERROR>:"
#define 	END			""
#define 	InitInterval		5


void ProcessError();

void Free_Mem();

int InitSndZFJBP();

int EndSndZFJBP();

int PCSSndZFJBP();

int PCSSndZFJBP2();

void itoa();


char    *buf_msg ;
int      rtn_code, interval;

#endif

⌨️ 快捷键说明

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