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