Macros | Functions
breezyprintf.h File Reference
#include <stdarg.h>
Include dependency graph for breezyprintf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define printf   tfp_printf
 
#define sprintf   tfp_sprintf
 

Functions

void init_printf (void *putp, void(*putf)(void *, char))
 
void tfp_format (void *putp, void(*putf)(void *, char), const char *fmt, va_list va)
 
void tfp_printf (const char *fmt,...)
 
void tfp_sprintf (char *s, const char *fmt,...)
 

Macro Definition Documentation

#define printf   tfp_printf

Definition at line 118 of file breezyprintf.h.

#define sprintf   tfp_sprintf

Definition at line 119 of file breezyprintf.h.

Function Documentation

void init_printf ( void *  putp,
void(*)(void *, char)  putf 
)

Definition at line 264 of file printf.cpp.

void tfp_format ( void *  putp,
void(*)(void *, char)  putf,
const char *  fmt,
va_list  va 
)

Definition at line 185 of file printf.cpp.

void tfp_printf ( const char *  fmt,
  ... 
)

Definition at line 270 of file printf.cpp.

void tfp_sprintf ( char *  s,
const char *  fmt,
  ... 
)

Definition at line 283 of file printf.cpp.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:50