#ifndef FORK_H
#define FORK_H

extern int fork();
extern int vfork();

#endif
