home *** CD-ROM | disk | FTP | other *** search
/ Software Collection (I) / TOOLS.iso / c02 / 21.img / EXAMPLES.PAK / MYFUNCS.CPP < prev    next >
Encoding:
Text File  |  1994-02-15  |  88 b   |  6 lines

  1. char ss[] = "The restaurant at the end of ";
  2.  
  3. char *GetString(void)
  4. {
  5.     return ss;
  6. }