Files
threaded_network_chat/log.h
2026-03-12 15:56:28 -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