Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
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 *_MLIBC_RESTRICT ptr, size_t size, size_t nitems, FILE *_MLIBC_RESTRICT stream)
 

Function Documentation

◆ zephyr_fputc()

int zephyr_fputc ( int  c,
FILE stream 
)

◆ zephyr_fwrite()

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