aboutsummaryrefslogtreecommitdiff
path: root/include/file.h
blob: 5518d173a163daabff77287c7e0adc0ae1430cdb (plain)
1
2
3
4
5
6
7
#ifndef FILE_H
#define FILE_H

#include <stdio.h>

struct filedata readfile(FILE *fp);
#endif