home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_11_01 / 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.