Help needed : Problem with printf

"Robles Román, José Miguel" jmrroman@indra.es
Tue Aug 6 00:48:00 GMT 2002


Hi,

>>   printf("hello world");
>> 
>> it doesn't print anything in the output.
>
>standard output is usually line buffered which means that output is
>buffered until you print a newline.
>

If you want to send the buffer to the output device, you may use
the sentence:

fflush(stdout);

Regards,
José Miguel

José Miguel Robles Román
Indra, S.A,
mailto:jmrroman@indra.es
San Fernando de Henares
Madrid, 28760 Spain



More information about the Newlib mailing list