DEBSOURCES
Skip Quicknav
sources / c%2B%2B-annotations / 10.6.0-1 / icmake / readlog
12345678910
void readlog() { list line; while (line = fgets(g_logPath, line)) g_log += strtok(line[0], "\n"); // add logfile entries w/o \n }