8 lines
94 B
C
8 lines
94 B
C
#ifndef FILE_H
|
|
#define FILE_H
|
|
|
|
#include <stdio.h>
|
|
|
|
struct filedata readfile(FILE *fp);
|
|
#endif
|