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