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