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

Function _memsetz

source/Debugger/Debugger_Disassembler.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#include "../Memory.h"
29
30inline static void _memsetz(void* dst, int val, size_t len)
31{
32 memset(dst, val, len);
33 static_cast<char*>(dst)[len] = 0;
34}
35
36//===========================================================================
37std::string FormatAddress(WORD nAddress, int nBytes)

Callers 1

GetDisassemblyLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected