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