MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / peek

Method peek

libraries/DEVNULL/DEVNULL.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23};
24
25int DEVNULL::peek()
26{
27 return EOF;
28};
29
30int DEVNULL::read()
31{

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36