Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
Loading...
Searching...
No Matches
srn_io_size_result_t Struct Reference

The result of a byte transfer op (read/write/sendto/recvmsg/sendmsg). More...

#include <io.h>

Data Fields

 ERROR_HEADER
size_t count

Detailed Description

The result of a byte transfer op (read/write/sendto/recvmsg/sendmsg).

On success count is the number of bytes moved, on failure maybe_error is set and count is unspecified.

Definition at line 76 of file io.h.

Field Documentation

◆ count

size_t srn_io_size_result_t::count

Definition at line 78 of file io.h.

◆ ERROR_HEADER

srn_io_size_result_t::ERROR_HEADER

Definition at line 77 of file io.h.


The documentation for this struct was generated from the following file:
  • serene/rt/fiber/io.h