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