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