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