Syntax Checker: init() Function
The init() function takes an enumeration that determines whether the process is the manager, worker or starting worker
If it is the manager, it just initializes the object statistics
void init(SPDI_INIT_ENUM init_code)
/* Initialize object counts */
object_counts.error_count = 0;
object_counts.object_count = 0;
memset(object_counts.object_array, 0,
sizeof(SE_UINT32) * SE_NUM_TOKENS);