MSUStudentWork/ProcessingSequences/Sixth/tools.h

8 lines
79 B
C

#ifndef TOOLS
#define TOOLS
#include <stdio.h>
FILE * getFile(void);
#endif