Expand description
This module contains the ClientIO
struct, which is used to perform various IO operations
inside of the FPVM kernel within a client
program.
Functionsยง
- Exit the process with the given exit code.
- Print the passed string to the standard output FileDescriptor.
- Print the passed string to the standard error FileDescriptor.
- Write the passed buffer to the given FileDescriptor.
- Write the passed buffer to the given FileDescriptor.