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