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