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