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