

Go to the source code of this file.
Functions | |
| OSAL_STDIO * | osal_stdio_stdout (void) |
| OSAL_STDIO * | osal_stdio_stderr (void) |
| size_t | osal_stdio_write (const void *ptr, size_t size, size_t nmemb, OSAL_STDIO *stdio) |
| int | osal_stdio_flush (OSAL_STDIO *stdio) |
| int | osal_snprintf (char *str, size_t size, const char *fmt,...) |
| int osal_snprintf | ( | char * | str, |
| size_t | size, | ||
| const char * | fmt, | ||
| ... | |||
| ) |
Definition at line 95 of file osal_stdio.c.
| int osal_stdio_flush | ( | OSAL_STDIO * | stdio | ) |
Definition at line 55 of file osal_stdio.c.
| OSAL_STDIO * osal_stdio_stderr | ( | void | ) |
Definition at line 29 of file osal_stdio.c.
| OSAL_STDIO * osal_stdio_stdout | ( | void | ) |
Definition at line 23 of file osal_stdio.c.
| size_t osal_stdio_write | ( | const void * | ptr, |
| size_t | size, | ||
| size_t | nmemb, | ||
| OSAL_STDIO * | stdio | ||
| ) |
Definition at line 45 of file osal_stdio.c.