#ifndef GETFUNCS_H #define GETFUNCS_H int getFileLength(const char *filename); int fetchWord(const char *filename, char *fullWord, int file_length); #endif