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