c-programming

Simple C programs
git clone git://git.laack.co/c-programming.git
Log | Files | Refs

count-columns.h (89B)


      1 #ifndef COUNT_COLUMNS_H
      2 #define COUNT_COLUMNS_H
      3 int countColumns(char* filename);
      4 #endif