ref: 41ee79fb69cb8563fe5b58bc7762b54c779fb8d4 dir: /sys/src/ape/lib/9/unmount.c/
#include <lib9.h> extern int _UNMOUNT(char*, char*); int unmount(char *name, char *old) { return _UNMOUNT(name, old); }