MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / Read

Function Read

10.07-lengthAndValue0/main.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void Read(char* data, size_t size)
22{
23 if(!data) { return; }
24
25 // fill buffer with data
26}
27
28int main()
29{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected