2024-10-30 00:34:59 -07:00

8 lines
75 B
C

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