mycfunctions.h

来自「易语言IDE源代码」· C头文件 代码 · 共 13 行

H
13
字号
#ifndef __MY_C_FUNCTIONS_H__
#define __MY_C_FUNCTIONS_H__

#include <wchar.h>


void myfunc_print_hello();
void myfunc_print_str(const wchar_t* pstr);
int myfunc_add_int(int n1, int n2);


#endif //__MY_C_FUNCTIONS_H__

⌨️ 快捷键说明

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