openMMC
Open Source Modular MMC for AMCs
Loading...
Searching...
No Matches
printf-stdarg.c File Reference
#include <stdarg.h>
#include "stdio.h"
#include "uart_debug.h"
Include dependency graph for printf-stdarg.c:

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,...)
 

Macro Definition Documentation

◆ PAD_RIGHT

#define PAD_RIGHT   1

◆ PAD_ZERO

#define PAD_ZERO   2

◆ PRINT_BUF_LEN

#define PRINT_BUF_LEN   12

Function Documentation

◆ printf()

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

◆ snprintf()

int snprintf ( char * buf,
unsigned int count,
const char * format,
... )

◆ sprintf()

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

◆ vprintf()

int vprintf ( const char * format,
va_list args )

◆ vsprintf()

int vsprintf ( char * buf,
const char * format,
va_list args )