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