LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
osal_stdio.h File Reference
Include dependency graph for osal_stdio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OSAL_STDIOosal_stdio_stdout (void)
 
OSAL_STDIOosal_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,...)
 

Function Documentation

◆ osal_snprintf()

int osal_snprintf ( char *  str,
size_t  size,
const char *  fmt,
  ... 
)

Definition at line 95 of file osal_stdio.c.

◆ osal_stdio_flush()

int osal_stdio_flush ( OSAL_STDIO stdio)

Definition at line 55 of file osal_stdio.c.

◆ osal_stdio_stderr()

OSAL_STDIO * osal_stdio_stderr ( void  )

Definition at line 29 of file osal_stdio.c.

◆ osal_stdio_stdout()

OSAL_STDIO * osal_stdio_stdout ( void  )

Definition at line 23 of file osal_stdio.c.

◆ osal_stdio_write()

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.