blob: 8814524c56a4c630fd35322665768d0866c88be1 [file]
#ifndef FORK_H
#define FORK_H
#include <sys/types.h>
extern pid_t fork();
#endif