Typedefs | Functions

julian/lib/crun/include/stdio.h File Reference

#include <stddef.h>
#include <stdarg.h>

Typedefs

typedef void(* putchar_fn )(void *data, int c)

Functions

int printf (const char *format,...) __attribute__((format(printf
int int vprintf (const char *format, va_list ap)
int snprintf (char *str, size_t size, const char *format,...) __attribute__((format(printf
int int vsnprintf (char *str, size_t size, const char *format, va_list ap)
int putchar (int c)
int puts (const char *s)
int sprintf (char *str, const char *format,...) __attribute__((deprecated))
const char * handle_formatstring (putchar_fn put, void *data, const char *format, va_list *ap)

Typedef Documentation

typedef void(* putchar_fn)(void *data, int c)

Function Documentation

const char* handle_formatstring ( putchar_fn  put,
void *  data,
const char *  format,
va_list *  ap 
)
int printf ( const char *  format,
  ... 
)
int putchar ( int  c  ) 
int puts ( const char *  s  ) 
int snprintf ( char *  str,
size_t  size,
const char *  format,
  ... 
)
int sprintf ( char *  str,
const char *  format,
  ... 
)
int int vprintf ( const char *  format,
va_list  ap 
)
int int vsnprintf ( char *  str,
size_t  size,
const char *  format,
va_list  ap 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines