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

◆ get()

int fl::istream::get ( )
inline

Definition at line 247 of file istream.h.

247 {
248#if SKETCH_HAS_LARGE_MEMORY
249 return mRealStream.get();
250#else
251 // No-op on memory-constrained platforms
252 return -1;
253#endif
254 }

References fl::istream_real::get().

+ Here is the call graph for this function: