📄 cmyxfileopt.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -