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