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

#include <stdio.h>

long file_size(FILE * const file);

#endif	/* FILE_H */