#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 |
) |
|
| int dprint |
( |
double |
x, |
|
|
int |
campo, |
|
|
int |
frac, |
|
|
void(*)(int) |
putc | |
|
) |
| | |
| int mprintf |
( |
void(*)(int) |
putc, |
|
|
const char * |
format, |
|
|
|
... | |
|
) |
| | |
| int sprintf |
( |
char * |
, |
|
|
const char * |
format, |
|
|
|
... | |
|
) |
| | |