3dscontroller-ng/3DSsource/include/inet_pton.h

6 lines
95 B
C

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