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