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