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