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