#include #include int initLogger(char *path) { printf("PATH is: %s\n", path); return 0; }