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

◆ peek()

int fl::istream::peek ( )
inline

Definition at line 270 of file istream.h.

270 {
271#if SKETCH_HAS_LOTS_OF_MEMORY
272 return real_stream_.peek();
273#else
274 // No-op on memory-constrained platforms
275 return -1;
276#endif
277 }

References fl::istream_real::peek().

+ Here is the call graph for this function: