/* book.h -- header for the text keeper module */ #include extern int fromBOOK ( long int n ); extern void toBOOK ( long int n, int i ); extern long int searchBOOK ( long int start, long int end, int desired ); /* end of book.h */