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