3dscontroller-ng/include/inet_pton.h

5 lines
95 B
C

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