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