home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dbutil.zip / BUFOP.ZIP / FILES.HPP < prev    next >
Text File  |  1993-08-28  |  199b  |  9 lines

  1. #include <IString.hpp>
  2.  
  3. //  process the file specified in filename
  4. //  put into it's own module to facilitate the
  5. //  recursive call of an include file
  6.  
  7. void processFile(IString fileName);
  8.  
  9.