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