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