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