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