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