MCPcopy Index your code
hub / github.com/GJDuck/e9patch / write

Function write

test/regtest/patch.cpp:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void write(const char *str)
457{
458 fputs(str, stderr);
459}
460
461void state_check(const void *addr, const void *state_0, intptr_t rsp,
462 intptr_t rax, intptr_t r15)

Callers

nothing calls this directly

Calls 1

fputsFunction · 0.85

Tested by

no test coverage detected