/** * Author......: See docs/credits.txt * License.....: MIT */ #ifndef _FILEHANDLING_H #define _FILEHANDLING_H #include #include #include u64 count_lines (HCFILE *fp); size_t fgetl (HCFILE *fp, char *line_buf); size_t superchop_with_length (char *buf, const size_t len); size_t in_superchop (char *buf); #endif // _FILEHANDLING_H