Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

stdio.h File Reference

POSIX standard I/O. More...

#include <stdarg.h>
#include <sys/sys.h>

Go to the source code of this file.

Defines

#define STR_MAX_LENGTH   1024
 Define a standard length for put a limit for dangerous functions like gets(), scanf(), etc...


Functions

int getchar (void)
void putchar (int c)
int printf (const char *__restrict __format,...)
int snprintf (char *__restrict __s, size_t __maxlen, const char *__restrict __format,...)
int vsnprintf (char *__restrict __s, size_t __maxlen, const char *__restrict __format, va_list __arg)
int sprintf (char *buf, const char *fmt,...)
char * gets (char *__s)
int scanf (const char *__restrict __format,...)
int sscanf (const char *__restrict __buf, const char *__restrict __fmt,...)
int vsscanf (const char *__restrict __s, const char *__restrict __format, va_list __arg)


Detailed Description

POSIX standard I/O.

Author:
Andrea Righi <drizzt@inwind.it>
Date:
Last update: 2004-01-27
Note:
Copyright (©) 2003 Andrea Righi

Definition in file stdio.h.


Define Documentation

#define STR_MAX_LENGTH   1024
 

Define a standard length for put a limit for dangerous functions like gets(), scanf(), etc...

Definition at line 16 of file stdio.h.


Function Documentation

int getchar void   
 

char* gets char *    __s
 

int printf const char *__restrict    __format,
...   
 

void putchar int    c
 

int scanf const char *__restrict    __format,
...   
 

int snprintf char *__restrict    __s,
size_t    __maxlen,
const char *__restrict    __format,
...   
 

int sprintf char *    buf,
const char *    fmt,
...   
 

int sscanf const char *__restrict    __buf,
const char *__restrict    __fmt,
...   
 

int vsnprintf char *__restrict    __s,
size_t    __maxlen,
const char *__restrict    __format,
va_list    __arg
 

int vsscanf const char *__restrict    __s,
const char *__restrict    __format,
va_list    __arg
 


Generated on Fri Feb 20 15:32:20 2004 for Minirighi by doxygen1.2.18