C/C++ API Reference
Loading...
Searching...
No Matches
pw::sys_io Namespace Reference

Unoptimized I/O library. More...

Functions

Status ReadByte (std::byte *dest)
 
Status TryReadByte (std::byte *dest)
 
Status WriteByte (std::byte b)
 
StatusWithSize WriteLine (std::string_view s)
 
StatusWithSize ReadBytes (ByteSpan dest)
 
StatusWithSize WriteBytes (ConstByteSpan src)
 

Detailed Description

Unoptimized I/O library.