Initial commit: most of <string.h>

This commit is contained in:
2024-01-08 18:35:01 +02:00
commit ab268f1fb6
48 changed files with 2506 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef _YGGDRASIL_UNISTD_H
#define _YGGDRASIL_UNISTD_H 1
int execl(const char *pathname, const char *arg, ...);
int execlp(const char *file, const char *arg, ...);
int execle(const char *pathname, const char *arg, ...);
#endif