endprotoent.c
来自「穿越防火墙技术代码」· C语言 代码 · 共 18 行
C
18 行
/*port/endprotoent.cCopyright (C) 1999 Lars Brinkhoff. See COPYING for terms and conditions.*/#include <netdb_.h>#include "config.h"#ifndef HAVE_ENDPROTOENTvoidendprotoent (void){ /* do nothing */}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?