8 lines
75 B
C

#ifndef P3_H
#define P3_H
double sum_file(const char* filename);
#endif