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

Function write

10.07-lengthAndValue0/main.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <cstdio>
5
6bool write(const char*, size_t)
7{
8 return true;
9}
10
11bool Send(const char* data, size_t size);
12void Read(char* data, size_t size);

Callers 1

SendFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected