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

Method SaveHexUint12

source/YamlHelper.cpp:453–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453void YamlSaveHelper::SaveHexUint12(const char* key, UINT value)
454{
455 Save("%s: 0x%03X\n", key, value);
456}
457
458void YamlSaveHelper::SaveHexUint16(const char* key, UINT value)
459{

Callers 1

SaveSnapshotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected