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