array C_nextFree205 integer C_firstFree642 integer C_maxIndex178 integer C_firstFree642 = 0 integer C_maxIndex178 = 0 function initGlobals178() { } function main186() { initGlobals178(); new_C145(); } function config104() { } function new_C145() returns integer { local integer this207 local integer this172 if (C_firstFree_642 == 0) { if (C_maxIndex_178 < 32768) { C_maxIndex_178 = (C_maxIndex_178 + 1); this_172 = C_maxIndex_178; } else { error160("Out of memory: Could not create C."); this_172 = 0; }; } else { C_firstFree_642 = (C_firstFree_642 - 1); this_172 = C_nextFree_205[C_firstFree_642]; }; this_207 = this_172; return this_207; } function error160(string msg122) { $debugPrint374((msg_122 + (" " + #getStackTrace()))); }