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