[gambit-list] printf and the C interface

Christian Jaeger christian at pflanze.mine.nu
Thu Jun 19 10:45:44 EDT 2008


Cristian Baboi wrote:
> 1) Why the output lines do not appear in the call order ?

Gambit does it's own buffering (it doesn't use the C stdio functions, 
iirc). So you need to make sure output is flushed in both worlds when 
you want it (check |force-output| in the Gambit manual, and the fflush 
manpage for stdio).

Christian.




More information about the Gambit-list mailing list