initial commit
This commit is contained in:
commit
961e0472f5
13 changed files with 614 additions and 0 deletions
2
include/utils.h
Normal file
2
include/utils.h
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
char *get_substring(char *s, int pos, int l);
|
||||
char *concat(const char *s1, const char *s2);
|
||||
Loading…
Add table
Add a link
Reference in a new issue