MSUStudentWork/Fourth/max_difference.h
2024-09-22 15:35:23 +03:00

10 lines
177 B
C

#ifndef MAX_DIFFERENCE
#define MAX_DIFFERENCE
#include <stdio.h>
#include <stdlib.h>
int max(int first, int second);
int maxDifference(FILE * file);
#endif // MAX_DIFFERENCE