MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / peekchar

Function peekchar

src/debug.cpp:545–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543 (*c)++;
544}
545static TCHAR peekchar (TCHAR **c)
546{
547 return **c;
548}
549static TCHAR readchar (TCHAR **c)
550{
551 TCHAR cc = **c;

Callers 7

checkisnegFunction · 0.85
readhexxFunction · 0.85
readintxFunction · 0.85
checkvaltype2Function · 0.85
checkvaltypeFunction · 0.85
writeintomemFunction · 0.85
debug_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected