7 lines
112 B
C
7 lines
112 B
C
#ifndef FILEREADER_H
|
|
#define FILEREADER_H
|
|
|
|
char *ReadHTML(char path[]);
|
|
int GetFilesize(FILE *file_ptr);
|
|
|
|
#endif |