ref: 742736e50d97306ad16853d18c977b502cf35b82 dir: /libnpe/unlink.c/
#include <unistd.h> int unlink(char *path) { return remove(path); }