📄 my_api.h
字号:
//
//File name: my_api.h
//Author: Mr. Zhujingkun
//Create Date:2000,04,01
//This is the headerfile of my application interface function file
//Datatypes of each bussiness file and Functions prototype are defined here.
//
#ifndef CC_MY_API
#define CC_MY_API
//define some functions prototype
int MyExistFile( const char* sFile );
int myapi_ReadALine( char* cLine, FILE* hTable );
void ErrorLog( const char* sErrorMessage );
void myapi_FormUniqueName( char* cFileName );
int GetTimeInterval(char* cType);
int myapi_IsFileName( char *cALine );
void GetArgv0( char* cArgv0, char* cPathName );
void ProcIDLog(int iRet);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -