Typedefs | Functions | Variables
breezyprintf.c File Reference
#include "breezyprintf.h"
Include dependency graph for breezyprintf.c:

Go to the source code of this file.

Typedefs

typedef void(* putcf) (void *, char)
 

Functions

static int a2d (char ch)
 
static char a2i (char ch, char **src, int base, int *nump)
 
static void i2a (int num, char *bf)
 
void init_printf (void *putp, void(*putf)(void *, char))
 
static void putchw (void *putp, putcf putf, int n, char z, char *bf)
 
static void putcp (void *p, char c)
 
void tfp_format (void *putp, putcf putf, const char *fmt, va_list va)
 
void tfp_printf (const char *fmt,...)
 
void tfp_sprintf (char *s, const char *fmt,...)
 
static void ui2a (unsigned int num, unsigned int base, int uc, char *bf)
 

Variables

static putcf stdout_putf
 
static void * stdout_putp
 

Typedef Documentation

typedef void(* putcf) (void *, char)

Definition at line 34 of file breezyprintf.c.

Function Documentation

static int a2d ( char  ch)
static

Definition at line 97 of file breezyprintf.c.

static char a2i ( char  ch,
char **  src,
int  base,
int *  nump 
)
static

Definition at line 108 of file breezyprintf.c.

static void i2a ( int  num,
char *  bf 
)
static

Definition at line 88 of file breezyprintf.c.

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

Definition at line 215 of file breezyprintf.c.

static void putchw ( void *  putp,
putcf  putf,
int  n,
char  z,
char *  bf 
)
static

Definition at line 123 of file breezyprintf.c.

static void putcp ( void *  p,
char  c 
)
static

Definition at line 229 of file breezyprintf.c.

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

Definition at line 136 of file breezyprintf.c.

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

Definition at line 221 of file breezyprintf.c.

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

Definition at line 236 of file breezyprintf.c.

static void ui2a ( unsigned int  num,
unsigned int  base,
int  uc,
char *  bf 
)
static

Definition at line 70 of file breezyprintf.c.

Variable Documentation

putcf stdout_putf
static

Definition at line 35 of file breezyprintf.c.

void* stdout_putp
static

Definition at line 36 of file breezyprintf.c.



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