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