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

Method SaveDouble

source/YamlHelper.cpp:557–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557void YamlSaveHelper::SaveDouble(const char* key, double value)
558{
559 Save("%s: %f\n", key, value);
560}
561
562// Pre: uMemSize must be multiple of 8
563void YamlSaveHelper::SaveMemory(const LPBYTE pMemBase, const UINT uMemSize, const UINT offset/*=0*/)

Callers 1

SaveSnapshotFloppyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected