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