#ifndef FORK_H
#define FORK_H

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

#endif


syntax highlighted by Code2HTML, v. 0.9.1