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