Hello ! I tried calling GNU Pascal procedure (compiled as separate unit) from GNU DJGPP C main program. Everything worked fine except that Pascal run time output seems to be uninitialized so writeln would not work. How can I initialize it (from initialization of the Pascal unit or C main program) ? Best regards Stanislaw Kozlowski