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