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