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