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