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