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