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