ref: aab54bed851ba6e22c1c3b61794d3ed1065d12f5 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); }