|
ESPHome 2026.3.0-dev
|
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,...) |
| int __wrap_fprintf | ( | FILE * | stream, |
| const char * | fmt, | ||
| ... ) |
Definition at line 73 of file printf_stubs.cpp.
| int __wrap_printf | ( | const char * | fmt, |
| ... ) |
Definition at line 65 of file printf_stubs.cpp.
| int __wrap_vprintf | ( | const char * | fmt, |
| va_list | ap ) |
Definition at line 60 of file printf_stubs.cpp.