#include #include pid_t vfork(void) { return fork(); }