#include <stdarg.h>
Go to the source code of this file.
Functions | |
int | itoa (unsigned int value, char *dst, int pos, int len, int radix, const char *digits) |
int | vsnprintf (char *dst, int len, const char *fmt, va_list arg) |
char * | snprintf (char *dst, int len, const char *fmt,...) |
Variables | |
const char | hexdigits [] = "0123456789ABCDEF" |
const char | lhexdigits [] = "0123456789abcdef" |
const char | empty_string [] = "(null string)" |
Definition in file printf.c.
|
Definition at line 38 of file printf.c. Referenced by vsnprintf(). |
|
Definition at line 141 of file printf.c. References vsnprintf(). |
|
Definition at line 74 of file printf.c. References hexdigits, itoa(), and lhexdigits. Referenced by snprintf(). |
|
|
|
Definition at line 27 of file printf.c. Referenced by vsnprintf(). |
|
Definition at line 28 of file printf.c. Referenced by vsnprintf(). |