MCPcopy Create free account
hub / github.com/capstone-engine/capstone / SStream_Init

Function SStream_Init

SStream.c:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#endif
24
25void SStream_Init(SStream *ss)
26{
27 ss->index = 0;
28 ss->buffer[0] = '\0';
29}
30
31void SStream_concat0(SStream *ss, const char *s)
32{

Callers 5

cs_disasmFunction · 0.85
cs_disasm_iterFunction · 0.85
TMS320C64x_post_printerFunction · 0.85
M68K_getInstructionFunction · 0.85
printAliasBccFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…