Main Page | Data Structures | File List | Globals

stdio/stdio.h File Reference

Standard Input/Output functions. More...

#include <stddef.h>

Functions

int feof (FILE *stream)
int fputc (char c, FILE *stream)
int fputs (const char *s, FILE *stream)
int fprintf (FILE *stream, const char *fmt,...)
int fclose (FILE *stream)
int fflush (FILE *stream)


Detailed Description

Standard Input/Output functions.

This part is experimental and still work in progress. It will be completed when the JagCF is released.


Function Documentation

int fclose FILE *  stream  ) 
 

Close a file

int feof FILE *  stream  ) 
 

Is end of file?

int fflush FILE *  stream  ) 
 

Flush a file

int fprintf FILE *  stream,
const char *  fmt,
  ...
 

Printf a string in the given file

int fputc char  c,
FILE *  stream
 

Put a character in the given file

int fputs const char *  s,
FILE *  stream
 

Write a string in the given file


Generated on Tue Dec 5 18:32:03 2006 for Jaguar C library by  doxygen 1.4.4