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