__h_errno_location.c
来自「它通过提供glibc兼容使得应用程序移植到较小的c 库时相当得容易. 它能够应用」· C语言 代码 · 共 11 行
C
11 行
#define __FORCE_GLIBC#include <features.h>#include <netdb.h>#undef h_errnoint * weak_const_function __h_errno_location (void){ return &h_errno;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?