atlibc

io.h

Input/output utilities.

Functions

int io_puts(String msg, int stream)

Write a string to the given stream.


int io_gets(String* msg, int stream, int count)

Read up to count bytes from stream into msg.