inet_pton.h

来自「JPEG-MPEG編解碼技術書集的代碼」· C头文件 代码 · 共 13 行

H
13
字号
#ifndef HAVE_INET_PTON
#if defined(__cplusplus)
extern "C" {
#endif

int inet_pton(int af, const char *src, void *dst);

#if defined(__cplusplus)
}
#endif
#endif /* HAVE_INET_PTON */

⌨️ 快捷键说明

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