Files
ct/log.h
2026-03-23 17:01:32 -05:00

10 lines
148 B
C

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