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