Add execlp

This commit is contained in:
Jeremy Soller
2018-11-22 20:43:04 -07:00
parent 3cc215caeb
commit 9790289aec
2 changed files with 24 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ extern "C" {
int execl(const char *path, const char* argv0, ...);
int execle(const char *path, const char* argv0, ...);
int execlp(const char *file, const char* argv0, ...);
#ifdef __cplusplus
} // extern "C"