MSUStudentWork/ProcessingSequences/Fourth/max_difference.h

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