1#ifndef LEXLEO_OSAL_STDIO_OPS_H
2#define LEXLEO_OSAL_STDIO_OPS_H
const osal_stdio_ops_t * osal_stdio_default_ops(void)
int(* eof)(OSAL_STDIO *stdio)
void(* clearerr)(OSAL_STDIO *stdio)
size_t(* write)(const void *ptr, size_t size, size_t nmemb, OSAL_STDIO *stdio)
int(* error)(OSAL_STDIO *stdio)
size_t(* read)(void *ptr, size_t size, size_t nmemb, OSAL_STDIO *stdio)
int(* flush)(OSAL_STDIO *stdio)