Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlitterStudio/amiberry
/ next_char2
Function
next_char2
src/debug.cpp:560–563 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
558
return *(*c)++;
559
}
560
static TCHAR next_char2(TCHAR **c)
561
{
562
return *(*c)++;
563
}
564
static TCHAR peek_next_char (TCHAR **c)
565
{
566
TCHAR *pc = *c;
Callers
4
next_string
Function · 0.85
memwatch
Function · 0.85
writeintomem
Function · 0.85
debug_line
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected