MSUStudentWork/Second/count_elements.h

8 lines
No EOL
106 B
C

#ifndef COUNT_ELEMENTS
#define COUNT_ELEMENTS
#include <stdio.h>
int countElements(FILE * file);
#endif