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