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