scyther/src/tempfile.h

9 lines
96 B
C
Raw Normal View History

2007-05-18 12:56:43 +01:00
#ifndef TEMPFILES
#define TEMPFILES
#include <stdio.h>
FILE *scyther_tempfile (void);
#endif