Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. pw::sys_io Namespace Reference
Loading...
Searching...
No Matches
pw::sys_io Namespace Reference

Unoptimized I/O library. More...

Overview

Unoptimized I/O library.

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)