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