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