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