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