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