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