#include <config.h>#include <stdio.h>#include <stdarg.h>#include <util/qcdio.h>Go to the source code of this file.
Namespaces | |
| namespace | cps |
Functions | |
| FILE * | cps::Fopen (FileIoType type, const char *filename, const char *mode) |
| Opens a file. | |
| int | cps::Fclose (FileIoType type, FILE *stream) |
| Closes a file. | |
| int | cps::Fprintf (FILE *stream, const char *format,...) |
| Prints to a file. | |
| int | cps::Fprintf (FileIoType type, FILE *stream, const char *format,...) |
| Prints to a file. | |
| int | cps::Vfprintf (FileIoType type, FILE *stream, const char *format, va_list ap) |
| Prints a variable-length argument list to a file. | |
1.4.6