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
.