trg_lib.h

来自「PASCAL光盘资料PASCAL光盘资料PASCAL光盘资料」· C头文件 代码 · 共 18 行

H
18
字号
#ifndef __trgovac_h__
#define __trgovac_h__

#ifdef __cplusplus
extern "C"
{
#endif

	int Init ( void );
	int Pitaj (int grad1, int grad2);
	void Gotovo (int *put);

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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