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