s_nextafter.c
来自「linux下的C语言库源码有一百多M解压后很不错」· C语言 代码 · 共 13 行
C
13 行
#include <math_ldbl_opt.h>#include <math/s_nextafter.c>#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)compat_symbol (libm, __nextafter, nextafterl, GLIBC_2_0);#endif#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)strong_alias (__nextafter, __nexttowardd)strong_alias (__nextafter, __nexttowardld)#undef nexttowardcompat_symbol (libm, __nexttowardd, nexttoward, GLIBC_2_1);compat_symbol (libm, __nexttowardld, nexttowardl, GLIBC_2_1);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?