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