This commit is contained in:
biglyderv 2025-03-24 20:12:37 -04:00
parent af961dd144
commit 8740f23c0a
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
6 changed files with 104 additions and 80 deletions

2
src/loader.h Normal file
View file

@ -0,0 +1,2 @@
#include "map.h"
void load_elements(hashmap *m, char *table);