#include #include #include #include /* Fork the current process */ pid_t fork(void) { return clone(CLONE_NONE); }