ref: dcb361e68aa85e102b684d511e8834e08dc7ed8a dir: /sys/src/ape/lib/9/rfork.c/
#include <lib9.h> extern int _RFORK(int); int rfork(int flags) { return _RFORK(flags); }