home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / beehive / utilitys / swdemo15.arc / CWDHEAD.C < prev    next >
Text File  |  1991-08-11  |  640b  |  19 lines

  1. /********************************************************
  2.  
  3. File: CWDHEAD.C
  4. Use:  Ascii of message to ask user if they want an introduction
  5.       Eugene Nolan
  6.       Copyright 1989, All rights reserved
  7.  
  8. ********************************************************/
  9.  
  10. /* For a definition of the different codes seen here, please see
  11.    CDEMODAT.C file */
  12.  
  13. char *head[]= {
  14. "\033G\034\376\033F\007SWIND Windowing Library\033F\376",
  15. "\033G\042\001Eugene Nolan",
  16. "\033G\041\002Copyright 1989\n\r\n\n\n",
  17. "Do you want an Intro? \377"
  18. };
  19.