1 /* file manager class - read lines of files [filename] OR [filename.hz] */
10 class LIBHUNSPELL_DLL_EXPORTED FileMgr
15 char in
[BUFSIZE
+ 50]; // input buffer
16 int fail(const char * err
, const char * par
);
20 FileMgr(const char * filename
, const char * key
= NULL
);