home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cuj9301.zip / 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.