Go to the documentation of this file.
   33 #if !defined(CHPRINTF_USE_FLOAT) || defined(__DOXYGEN__) 
   34 #define CHPRINTF_USE_FLOAT          FALSE 
   42   int chsnprintf(
char *str, 
size_t size, 
const char *fmt, ...);
 
   43   int chvsnprintf(
char *str, 
size_t size, 
const char *fmt, va_list ap);
 
  
 
int chprintf(BaseSequentialStream *chp, const char *fmt,...)
System formatted output function.
 
int chvprintf(BaseSequentialStream *chp, const char *fmt, va_list ap)
System formatted output function.
 
int chvsnprintf(char *str, size_t size, const char *fmt, va_list ap)
System formatted output function.
 
int chsnprintf(char *str, size_t size, const char *fmt,...)
System formatted output function.