Yet Another eXchange Tool 0.11.4
|
fail-safe stdio function wrappers More...
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include "core/core.h"
#include "core/ppm_xfuncs.h"
#include "core/symprefix.h"
Go to the source code of this file.
Functions | |
FILE *SymPrefix | xfopen (const char *path, const char *mode, const char *source, int line) |
void SymPrefix | xfclose (FILE *fp, const char *source, int line) |
int SymPrefix | xfputc (int c, FILE *stream, const char *source, int line) |
fail-safe stdio function wrappers
Definition in file xstdio.c.
void SymPrefix xfclose | ( | FILE * | fp, |
const char * | source, | ||
int | line ) |
FILE *SymPrefix xfopen | ( | const char * | path, |
const char * | mode, | ||
const char * | source, | ||
int | line ) |