MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / SaveHexUint24

Method SaveHexUint24

source/YamlHelper.cpp:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463void YamlSaveHelper::SaveHexUint24(const char* key, UINT value)
464{
465 Save("%s: 0x%06X\n", key, value);
466}
467
468void YamlSaveHelper::SaveHexUint32(const char* key, UINT value)
469{

Callers 1

SaveSnapshotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected