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