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

📄 pcsrestore.h

📁 unix 下用pro*c tuxedo 开发的东西
💻 H
字号:
/*
*	File name	: PCSRestore.h
*	Module ID	: MD-P21-01
*	Module Name	: PCSRestore.c
*	Purpose		: Process the individual type files in "temp" directory when startup.
*			: Delete records that were not processed completely
*	Author		: Mr. Zhujingkun
*	Date Created	: 1999,07,29
*	Version		: Version 1.0
*	Environment	: Digital UNIX
*	Portability	: UNIX Platform
*	Warnings	: no
*	References	: 
*	Calling Syntax	: 
*	Parameters	: 
*	Returns		: 
*	Calling Function: 
*			  
*	Called Functions: When system startup
*	Datastores and usages:
*	Report		: None
*	Screens		: None
*	Messages Files	: None
*	Change Log	:
*	Change No. 01	: 
*/

#ifndef PCS_RESTORE	
#define PCS_RESTORE


#define SJFL_ZDYS		'1'
#define SJFL_PDYS		'2'
#define SJFL_BKML		'3'
#define SJFL_ZFJ		'4'
#define SJFL_GH			'5'
#define SJFL_TJBB		'6'
#define SJFL_YX			'7'
#define SJFL_BSFXBKML	'8'

#define GARBAGE_DIR					"/usr/bkfx/garbage"
#define ERROR_LOG_FILE 				"/usr/bkfx/log/errlog"
#define TEMP_DIR					"/usr/bkfx/temp"
#define TYPE_NAME_LEN 				20   	 	/*Max Datatype name length*/
#define PROGRAM_NAME_LEN 			100		/*The max length of a process program name*/
#define MAX_LINE_LEN 				1500   		/*The max length of a text file used here*/


#endif

⌨️ 快捷键说明

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