#ifndef LOG_H #define LOG_H #include "public.h" int linesInFile(string path); int writeToFile(string path, string line, bool incLineNum); #endif