ESPHome 2026.3.0-dev
Loading...
Searching...
No Matches
printf_stubs.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::esp32
 

Functions

int __wrap_vprintf (const char *fmt, va_list ap)
 
int __wrap_printf (const char *fmt,...)
 
int __wrap_fprintf (FILE *stream, const char *fmt,...)
 

Function Documentation

◆ __wrap_fprintf()

int __wrap_fprintf ( FILE * stream,
const char * fmt,
... )

Definition at line 73 of file printf_stubs.cpp.

◆ __wrap_printf()

int __wrap_printf ( const char * fmt,
... )

Definition at line 65 of file printf_stubs.cpp.

◆ __wrap_vprintf()

int __wrap_vprintf ( const char * fmt,
va_list ap )

Definition at line 60 of file printf_stubs.cpp.