home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_11_01 / 1101104b < prev    next >
Text File  |  1992-11-03  |  140b  |  6 lines

  1. message_file = catopen("example.cat", 0);
  2. printf("%s", catgets(message_file, 24, 1, 
  3.      "I can't find it");
  4. catclose(message_file);
  5.  
  6.