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