count-columns.h (89B)
1 #ifndef COUNT_COLUMNS_H 2 #define COUNT_COLUMNS_H 3 int countColumns(char* filename); 4 #endif