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