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