8 lines
No EOL
106 B
C
8 lines
No EOL
106 B
C
#ifndef COUNT_ELEMENTS
|
|
#define COUNT_ELEMENTS
|
|
|
|
#include <stdio.h>
|
|
|
|
int countElements(FILE * file);
|
|
|
|
#endif |