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