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