#ifndef FORK_H
#define FORK_H

/* sysdep: +vfork */

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

#endif
