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