printf.h File Reference

#include <stdarg.h>

Include dependency graph for printf.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int _lucid_vsnprintf (char *str, int size, const char *fmt, va_list ap)
 write conversion to string using va_list
int _lucid_snprintf (char *str, int size, const char *fmt,...)
 write conversion to string using variable number of arguments
int _lucid_vasprintf (char **ptr, const char *fmt, va_list ap)
 write conversion to allocated string using va_list
int _lucid_asprintf (char **ptr, const char *fmt,...)
 write conversion to allocated string using variable number of arguments
int _lucid_vdprintf (int fd, const char *fmt, va_list ap)
 write conversion to file descriptor using va_list
int _lucid_dprintf (int fd, const char *fmt,...)
 write conversion to file descriptor using variable number of arguments
int _lucid_vprintf (const char *fmt, va_list ap)
 write conversion to stdout using va_list
int _lucid_printf (const char *fmt,...)
 write conversion to stdout using variable number of arguments


Generated on Tue Jun 19 20:38:36 2007 for lucid by  doxygen 1.5.2