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