Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
545
static TCHAR peekchar (TCHAR **c)
546
{
547
return **c;
548
}
549
static TCHAR readchar (TCHAR **c)
550
{
551
TCHAR cc = **c;
Callers
7
checkisneg
Function · 0.85
readhexx
Function · 0.85
readintx
Function · 0.85
checkvaltype2
Function · 0.85
checkvaltype
Function · 0.85
writeintomem
Function · 0.85
debug_line
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected