removed test_network() definition

This commit is contained in:
Timerix22
2022-08-24 13:50:11 +06:00
committed by GitHub
parent 491929c3c2
commit 996dcd41de

View File

@@ -13,7 +13,6 @@ void test_autoarr();
void test_hash_functions();
void test_hashtable();
void test_dtsod();
void test_network();
#define PRINT_SIZEOF(T) printf("\e[94m" #T " size: \e[96m" IFWIN("%llu", "%lu") "\n", sizeof(T))