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