#ifndef LOG_H #define LOG_H void startLog(char* filename); void logLine(char* string); void endLog(); #endif