#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) |
This part is experimental and still work in progress. It will be completed when the JagCF is released.
|
Close a file |
|
Is end of file? |
|
Flush a file |
|
Printf a string in the given file |
|
Put a character in the given file |
|
Write a string in the given file |