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