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