home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cuj9301.zip / 1101106B < prev    next >
Text File  |  1992-11-03  |  189b  |  8 lines

  1. #include "example.h"
  2. ...
  3. message_file = catopen("example.cat", 0);
  4. printf("%s", catgets(message_file, SOME_STRINGS,  
  5.      FIRST_STRING, "I can't find it");
  6. catclose(message_file);
  7.  
  8.