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

◆ putback()

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

Definition at line 257 of file istream.h.

257 {
258#if SKETCH_HAS_LARGE_MEMORY
259 mRealStream.putback(c);
260#endif
261 return *this;
262 }

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

+ Here is the call graph for this function: