pcs_snd_zfjb1.h

来自「unix 下用pro*c tuxedo 开发的东西」· C头文件 代码 · 共 58 行

H
58
字号
#ifndef __PCS_SND_ZFJB1_H
#define __PCS_SND_ZFJB1_H


#include <stdio.h>
#include <stdlib.h>
#include <sqlca.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 ThisYearIsDn (dsn==1)||(dsn==3)||(dsn==5)||(dsn==7)||(dsn==9)
#define ThisYearIsSn (dsn==0)||(dsn==2)||(dsn==4)||(dsn==6)||(dsn==8) 
#define ERROR_LOG_FILE		"/usr/bkfx/log/errlog"
#define LOG_NORMAL		"Pcs_Snd_ZFJB1<LOG_NORMAL>:"
#define LOG_ERROR		"Pcs_Snd_ZFJB1<LOG_ERROR>:"
#define END			""


int mypath();

void ProcessError();

void Free_Mem();

int InitSndZFJB1();

int PCSSndZFJB1();

int EndPCSSndZFJB1();

int ReadZFJFileData();
 
int CreateSndLogAndHZRec();
 
int InsertFSZFJBRec();
 
int InsertFSZFJBNR();

int UpdateSndLogRecStatus();

long 	sequ ; 
char 	year, fsfbh[3];
int 	nf, rtn_code;
char 	* buf_zfjb, * tmp;
FILE 	* fp;

#endif


⌨️ 快捷键说明

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