4 lines
86 B
C++
4 lines
86 B
C++
#ifndef _PRINT_FILE_
|
|
#define _PRINT_FILE_
|
|
void PrintFile(const char *fileName);
|
|
#endif |