3dscontroller-ng/3DS/include/inet_pton.h
2014-12-05 20:00:27 +00:00

5 lines
95 B
C

#pragma once
#define INADDRSZ 4
int inet_pton4(const char *src, unsigned char *dst);