9 lines
96 B
C
9 lines
96 B
C
#ifndef TEMPFILES
|
|
#define TEMPFILES
|
|
|
|
#include <stdio.h>
|
|
|
|
FILE *scyther_tempfile (void);
|
|
|
|
#endif
|