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