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

◆ peek()

int fl::istream::peek ( )
inline

Definition at line 265 of file istream.h.

265 {
266#if SKETCH_HAS_LARGE_MEMORY
267 return mRealStream.peek();
268#else
269 // No-op on memory-constrained platforms
270 return -1;
271#endif
272 }

References fl::istream_real::peek().

+ Here is the call graph for this function: