cmyxfileopt.h

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

H
23
字号
#ifndef __CM_YX_FILEOPT_H
#define __CM_YX_FILEOPT_H


#inlucde 'cmYXStr.h'

/* File Handle return by fopen() will be save in *.c as a static variable*/
int OpenYXFileForRead(char *fileName);

/* read to YX File */
int ReadYXFileData(stYXFileRec *yX_Data);

/* Create YXB file for write */
/*int CreateYXFileForWrite(char *fileName);*/

/* Write  YX file)
/*int WriteYXFileRec(stYXFileRec *yX_Data); */

/* Close YX file */ 
int CloseYXFile();

#endif

⌨️ 快捷键说明

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