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