Functions

mprintf.h File Reference

#include "../lpc_config.h"
#include <stdarg.h>

Go to the source code of this file.

Functions

int atoi (char *str)
double atod (char *str)
int dprint (double x, int campo, int frac, void(*putc)(int))
int mprintf (void(*putc)(int), const char *format,...)
int sprintf (char *, const char *format,...)

Function Documentation

double atod ( char *  str  ) 

Definition at line 76 of file mprintf.c.

int atoi ( char *  str  ) 

Definition at line 62 of file mprintf.c.

int dprint ( double  x,
int  campo,
int  frac,
void(*)(int)  putc 
)

Definition at line 109 of file mprintf.c.

int mprintf ( void(*)(int)  putc,
const char *  format,
  ... 
)

Definition at line 226 of file mprintf.c.

Here is the call graph for this function:

int sprintf ( char *  ,
const char *  format,
  ... 
)

Definition at line 237 of file mprintf.c.

Here is the call graph for this function: