Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ readLineNative
Function
readLineNative
src/platforms/win/io_win.cpp.hpp:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
int readLineNative(char delimiter, char* out, int outLen) FL_NOEXCEPT {
98
(void)delimiter; (void)out; (void)outLen;
99
return -1; // Not supported on Windows host builds
100
}
101
102
} // namespace platforms
103
} // namespace fl
Callers
1
readLine
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected