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