4.190.17 getc
getc(__stream)
The macro getc
used to be a "fast" macro implementation with a functionality identical to fgetc(). For space constraints, in avr-libc
, it is just an alias for fgetc
.
getc(__stream)
The macro getc
used to be a "fast" macro implementation with a functionality identical to fgetc(). For space constraints, in avr-libc
, it is just an alias for fgetc
.
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.