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