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