initial version of hashmap works

This commit is contained in:
2024-11-09 20:43:12 +01:00
parent 51a309e55f
commit 5e5d25cd75
9 changed files with 51 additions and 28 deletions

View File

@@ -12,5 +12,6 @@
// print every IPs of a hostname
void print_ips(const char *hostname, const char *port);
void get_client_ip(struct sockaddr_storage *sa, char *ip);
#endif