#ifndef FORK_H #define FORK_H int fork(); #define vfork fork #endif