LibC: implement setenv, unsetenv, putenv

This commit is contained in:
Bananymous
2023-06-05 22:43:26 +03:00
parent 55ea5c5488
commit 24993f6020
6 changed files with 138 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ __BEGIN_DECLS
#define SYS_REALLOC 16
#define SYS_WAIT 17
#define SYS_STAT 18
#define SYS_SETENVP 19
__END_DECLS