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