Initial commit: most of <string.h>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user