Definition in file stdio_base.h.
#include <unistd.h>
Go to the source code of this file.
Functions | |
void | stdio_init (void) |
initialize the module | |
ssize_t | stdio_read (void *buffer, size_t max_len) |
read len bytes from stdio uart into buffer More... | |
ssize_t | stdio_write (const void *buffer, size_t len) |
write len bytes from buffer into uart More... | |