This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

printf() and _write() in newlib-nano


I use newlib-nano in an embedded project.
I have implemented my version of _write() to make printf() output chars to UART.

I wonder if a single call of printf() results in a single call of _write(), or, otherwise _write() can be called more than once by printf().

best regards

Max




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]