MCPcopy Create free account
hub / github.com/KaisenAmin/c_std / String

Class String

string/std_string.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46typedef struct String String;
47
48typedef struct MemoryPoolString {
49 void* pool; /* raw backing block */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected