openMMC
Open Source Modular MMC for AMCs
|
Macros | |
#define | PAD_RIGHT 1 |
#define | PAD_ZERO 2 |
#define | PRINT_BUF_LEN 12 |
Functions | |
int | printf (const char *format,...) |
int | vprintf (const char *format, va_list args) |
int | sprintf (char *out, const char *format,...) |
int | vsprintf (char *buf, const char *format, va_list args) |
int | snprintf (char *buf, unsigned int count, const char *format,...) |
#define PAD_RIGHT 1 |
#define PAD_ZERO 2 |
#define PRINT_BUF_LEN 12 |
int printf | ( | const char * | format, |
... ) |
int snprintf | ( | char * | buf, |
unsigned int | count, | ||
const char * | format, | ||
... ) |
int sprintf | ( | char * | out, |
const char * | format, | ||
... ) |
int vprintf | ( | const char * | format, |
va_list | args ) |
int vsprintf | ( | char * | buf, |
const char * | format, | ||
va_list | args ) |