Added some comments to the code
This commit is contained in:
parent
6abb041631
commit
94c62f3d6b
9 changed files with 50 additions and 37 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Reference in a new issue