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

Function getsizechar

src/debug.cpp:5019–5030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5017}
5018
5019static const TCHAR *getsizechar (int size)
5020{
5021 if (size == 4)
5022 return _T(".l");
5023 if (size == 3)
5024 return _T(".3");
5025 if (size == 2)
5026 return _T(".w");
5027 if (size == 1)
5028 return _T(".b");
5029 return _T("");
5030}
5031
5032void memwatch_dump2 (TCHAR *buf, int bufsize, int num)
5033{

Callers 1

memwatch_dump2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected