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