mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
5 lines
98 B
Text
5 lines
98 B
Text
void log(string file)
|
|
{
|
|
g_log += (list)(g_logMark + " file " + md5sum(file) + " " + file);
|
|
}
|
|
|