Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CruiserOne/Astrolog
/ BRead
Function
BRead
io.cpp:202–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
// Read an 8 bit byte from a file.
201
202
byte BRead(FILE *file)
203
{
204
return getc(file);
205
}
206
207
208
// Read a 16 bit word from a file.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected