raze-gles/source/libxmp-lite/src/tempfile.h

8 lines
117 B
C
Raw Normal View History

#ifndef XMP_PLATFORM_H
#define XMP_PLATFORM_H
FILE *make_temp_file(char **);
void unlink_temp_file(char *);
#endif