#include #include int unlink(const char *path) { // TODO printf("TODO: Implement unlink"); return 0; }