3dscontroller-ng/include/inet_pton.h
2025-01-30 01:40:38 -03:00

5 lines
87 B
C

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