nldbl-nexttoward.c

来自「glibc 2.9,最新版的C语言库函数」· C语言 代码 · 共 15 行

C
15
字号
#define nexttoward nexttoward_XXX#define nexttowardl nexttowardl_XXX#include "nldbl-compat.h"#undef nexttoward#undef nexttowardldoubleattribute_hiddennexttoward (double x, double y){  return nextafter (x, y);}extern __typeof (nexttoward) nexttowardl attribute_hidden;strong_alias (nexttoward, nexttowardl)

⌨️ 快捷键说明

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