Added some comments to the code

This commit is contained in:
netbenixcn 2020-07-24 16:50:12 +02:00
parent 6abb041631
commit 94c62f3d6b
9 changed files with 50 additions and 37 deletions

View file

@ -6,6 +6,7 @@
char loggerDirPath[PATH_MAX];
//Logs given message into output.log
void logger(char message[512]){
FILE *log_file;
time_t t = time(NULL);