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