8 lines
79 B
C
8 lines
79 B
C
#ifndef TOOLS
|
|
#define TOOLS
|
|
|
|
#include <stdio.h>
|
|
|
|
FILE * getFile(void);
|
|
|
|
#endif
|