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