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