Hi Michael,
On Thu, Oct 10, 2024 at 10:27:23AM +, Michael Pratt wrote:
> These Linux Standard Base functions are not available
> on all systems that are capable of building Linux and ELFs.
>
> The difference is negligible for simple printing to stdout.
>
> POSIX also states for the similar p
These Linux Standard Base functions are not available
on all systems that are capable of building Linux and ELFs.
The difference is negligible for simple printing to stdout.
POSIX also states for the similar putc_unlocked():
These functions can safely be used in a multi-threaded program
if a