10 #define P_WAIT _P_WAIT
11 #define P_NOWAIT _P_NOWAIT
12 #define P_DETACH _P_DETACH
13 #define P_OVERLAY _P_OVERLAY
15 #ifndef _INTPTR_T_DEFINED
17 #define _INTPTR_T_DEFINED
26 int _cwait(int *, int, int);
29 int _execl(const char *, const char *, ...);
30 //int _execv(const char *, const char * const *);
31 int execv(const char *path
, char *const argv
[]);
33 intptr_t _spawnle(int, const char *, const char *, ...);
34 intptr_t _spawnvpe(int, const char *, const char * const *,
35 const char * const *);
41 //#define getpid _getpid