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