Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlitterStudio/amiberry
/ readchar
Function
readchar
src/debug.cpp:549–554 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
547
return **c;
548
}
549
static TCHAR readchar (TCHAR **c)
550
{
551
TCHAR cc = **c;
552
(*c)++;
553
return cc;
554
}
555
static TCHAR next_char(TCHAR **c)
556
{
557
ignore_ws (c);
Callers
2
readsize
Function · 0.85
checkvaltype
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected