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