MCPcopy Create free account
hub / github.com/GJDuck/e9patch / test_memset_2

Function test_memset_2

test/regtest/patch.cpp:694–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692 char y[6];
693};
694void test_memset_2(void)
695{
696 struct TMP tmp;
697 memset((void *)tmp.x, 'A', 6);
698 memset((void *)tmp.y, 'B', 6);
699 fwrite(&tmp, sizeof(tmp), 1, stderr);
700}
701void test_memcpy_2(void)
702{
703 const char *aaa = "AAAAAA", *bbb = "BBBBBB";

Callers

nothing calls this directly

Calls 2

memsetFunction · 0.85
fwriteFunction · 0.85

Tested by

no test coverage detected