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