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