Open klopp opened 8 years ago
Implementation of PicocResetState()? Dumb is PicocCleanup/PicocInitialise pair, but...
PicocResetState()
PicocCleanup/PicocInitialise
PicocPlatformScanFile( &pc, "file.1.c" ); PicocCallMain( &pc ); /* --- ??? --- */ PicocResetState( &pc ); /* --- ??? --- */ PicocPlatformScanFile( &pc, "file.2.c" ); PicocCallMain( &pc );
Implementation of
PicocResetState()
? Dumb isPicocCleanup/PicocInitialise
pair, but...