mathinline.h
来自「linux下用PCMCIA无线网卡虚拟无线AP的程序源码」· C头文件 代码 · 共 13 行
H
13 行
/* This file should provide inline versions of math functions. Surround GCC-specific parts with #ifdef __GNUC__, and use `extern __inline'. This file should define __MATH_INLINES if functions are actually defined as inlines. */#if !defined __NO_MATH_INLINES && defined __OPTIMIZE__/* Here goes the real code. */#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?