Go to the documentation of this file. 1 #ifndef WIBBLE_SYS_CHILDPROCESS_H
2 #define WIBBLE_SYS_CHILDPROCESS_H
24 #include <sys/types.h>
50 virtual int main() = 0;
62 pid_t
forkAndRedirect(
int* stdinfd = 0,
int* stdoutfd = 0,
int* stderrfd = 0);
85 int wait(
struct rusage* ru);
88 void kill(
int signal);