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