// netdb.h // Copyright (c) 2022/10/19 Noah Treuhaft // License open source MIT #ifndef netdb_h #define netdb_h #include #include "cfunc.h" CFUNC struct hostent *gethostbyname2(const char *name, int af); #endif