MCPcopy 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}
549static TCHAR readchar (TCHAR **c)
550{
551 TCHAR cc = **c;
552 (*c)++;
553 return cc;
554}
555static TCHAR next_char(TCHAR **c)
556{
557 ignore_ws (c);

Callers 2

readsizeFunction · 0.85
checkvaltypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected