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

◆ get()

int fl::istream::get ( )
inline

Definition at line 252 of file istream.h.

252 {
253#if SKETCH_HAS_LOTS_OF_MEMORY
254 return real_stream_.get();
255#else
256 // No-op on memory-constrained platforms
257 return -1;
258#endif
259 }

References fl::istream_real::get().

+ Here is the call graph for this function: