MCPcopy 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}
560static TCHAR next_char2(TCHAR **c)
561{
562 return *(*c)++;
563}
564static TCHAR peek_next_char (TCHAR **c)
565{
566 TCHAR *pc = *c;

Callers 4

next_stringFunction · 0.85
memwatchFunction · 0.85
writeintomemFunction · 0.85
debug_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected