initial commit

This commit is contained in:
2025-03-31 04:12:41 -05:00
commit 961e0472f5
13 changed files with 614 additions and 0 deletions

2
include/utils.h Normal file
View File

@@ -0,0 +1,2 @@
char *get_substring(char *s, int pos, int l);
char *concat(const char *s1, const char *s2);