4.190.15 putc
putc(__c, __stream)
The macro putc
used to be a "fast" macro implementation with a functionality identical to fputc(). For space constraints, in avr-libc
, it is just an alias for fputc
.
putc(__c, __stream)
The macro putc
used to be a "fast" macro implementation with a functionality identical to fputc(). For space constraints, in avr-libc
, it is just an alias for fputc
.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.