📄 quickfun.h
字号:
#ifndef __QUICKFUN_H__#define __QUICKFUN_H__#define __COMMON_TYPES_QUICKFUN_H__#include "object.h"#ifdef __cplusplusextern "C" {#endifvoid quick_tanh_setup (void);REAL quick_tanh (REAL x);#ifdef __cplusplus}#endif#else /* def __QUICKFUN_H__ */#ifndef __COMMON_TYPES_QUICKFUN_H__ #error This header file conflicts with another "quickfun.h" file.#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -