inet_pton.h

来自「MPEG-4编解码的实现(包括MPEG4视音频编解码)」· 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 + -
显示快捷键?