TsctlSystemClassCountCExamples

From embeddedTS Manuals
System *sys = SystemInit(0);
printf("There are %d classes defined by the system.\n",sys->ClassCount(sys));