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