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