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