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