Hallo Virgill,
ich bin ja kein super C-Programmierer, aber macht das Script
void neue_Funktion()
{
int hello;
hello++;
}
überhaupt Sinn? Die Variable hello wird ja gar nicht initialisiert. Ich würde nicht davon ausgehen, dass diese jedesmal mit 0 vorbelegt wird.
mfg
Paulchen