Zephyr API Documentation  3.0.0
A Scalable Open Source RTOS
3.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
libc-hooks.h File Reference
#include <toolchain.h>
#include <stdio.h>
#include <stddef.h>
#include <syscalls/libc-hooks.h>

Go to the source code of this file.

Functions

int zephyr_fputc (int c, FILE *stream)
 
size_t zephyr_fwrite (const void *ZRESTRICT ptr, size_t size, size_t nitems, FILE *ZRESTRICT stream)
 

Function Documentation

◆ zephyr_fputc()

int zephyr_fputc ( int  c,
FILE stream 
)

◆ zephyr_fwrite()

size_t zephyr_fwrite ( const void *ZRESTRICT  ptr,
size_t  size,
size_t  nitems,
FILE *ZRESTRICT  stream 
)