stdio.h File Reference

Include dependency graph for stdio.h:

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

Go to the source code of this file.

Defines

#define EOF   (-1)
#define fprintf(f, fmt,)   printf(fmt, ##__VA_ARGS__)

Functions

int getchar (void)
int puts (const char *str)
int putchar (int c)
int printf (const char *fmt,...)
int sprintf (char *str, const char *fmt,...)
int snprintf (char *str, size_t size, const char *fmt,...)
int vprintf (const char *fmt, va_list ap)
int vsprintf (char *str, const char *fmt, va_list ap)
int vsnprintf (char *str, size_t size, const char *fmt, va_list ap)


Detailed Description

Definition in file stdio.h.


Generated on Sun Jun 18 17:55:48 2006 for HelenOS Userspace (ia32) by  doxygen 1.4.6