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