Adding my library to make code clean

This commit is contained in:
synt-xerror
2026-02-13 10:56:06 -03:00
parent 3de70e9893
commit 5eaa8f8822
3 changed files with 92 additions and 2 deletions

7
toybox.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef TOYBOX_H
#define TOYBOX_H
char* home();
char* get_dir(char* HOME, char* DIR_ROOT, char* DIR_NAME);
#endif