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