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

6 lines
95 B
C
Raw Normal View History

2014-12-05 20:00:27 +00:00
#pragma once
#define INADDRSZ 4
int inet_pton4(const char *src, unsigned char *dst);