Syntax Checker: finalize() function
In the case of the manager process, the call to finalize() dumps the object statistics that were collected from the workers
fprintf(stdout, "Total object count = %s\n\n",
SE_PrintUint32(object_counts.object_count));
for(idx = 1; idx < SE_NUM_TOKENS; idx++)
if(object_counts.object_array[idx])
fprintf(stdout, "%s %s\n",
SE_PrintUint32(object_counts.object_array[idx]),
SE_TokenName((SE_TOKEN_ENUM)idx));
fprintf(stdout, "Total object count = %s\n\n",
SE_PrintUint32(object_counts.object_count));
fprintf(stdout, "Total error count = %s\n\n�,
SE_PrintUint32(object_counts.error_count));