ref: 302bb1561cc0432e2637b827df31bd51bf3dc0cd dir: /sys/src/ape/lib/ap/stdio/remove.c/
/* * pANS stdio -- remove */ #include "iolib.h" int remove(const char *f){ return unlink((char *)f); }