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