MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / readbin

Function readbin

src/debug.cpp:1290–1296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1288 return nd.val;
1289}
1290static uae_u32 readbin(TCHAR **c, bool *err)
1291{
1292 int size;
1293 struct numdata nd;
1294 readnum(&nd, c, &size, '%', err);
1295 return nd.val;
1296}
1297static uae_u32 readint(TCHAR **c, int *size, bool *err)
1298{
1299 struct numdata nd;

Callers

nothing calls this directly

Calls 1

readnumFunction · 0.85

Tested by

no test coverage detected