utility.h
来自「visual c++源码一定对你有一定的帮助」· C头文件 代码 · 共 12 行
H
12 行
/*
utility.h -- Definitions and function prototypes for use with utility.cpp.
*/
#ifndef __UTILITY_H__ // Two leading underscores and two following
#define __UTILITY_H__ // Define the sentry
char *GetProgName (char *);
void ReadIn (FILE *ifp, FILE *ofp);
#endif // __UTILITY_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?