6 lines
95 B
C
6 lines
95 B
C
|
#pragma once
|
||
|
|
||
|
#define INADDRSZ 4
|
||
|
|
||
|
int inet_pton4(const char *src, unsigned char *dst);
|