FastLED 3.9.15
Loading...
Searching...
No Matches

◆ putback()

istream & fl::istream::putback ( char c)
inline

Definition at line 262 of file istream.h.

262 {
263#if SKETCH_HAS_LOTS_OF_MEMORY
264 real_stream_.putback(c);
265#endif
266 return *this;
267 }

References istream(), and fl::istream_real::putback().

+ Here is the call graph for this function: