Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
bool write(const char*, size_t)
7
{
8
return true;
9
}
10
11
bool Send(const char* data, size_t size);
12
void Read(char* data, size_t size);
Callers
1
Send
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected