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