home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / spirit / tut / !Lesson1_C_Lesson1 < prev    next >
Encoding:
Text File  |  1993-05-31  |  688 b   |  34 lines

  1. /*
  2.  *
  3.  *      Title     : Lesson 1
  4.  *      System    : New Risc-OS library. */
  5. #define Version     "1.0"
  6. /*      Copyright : (c) John Winters
  7.  *      Date      : 31st May, 1993
  8.  *      Author    : John H. Winters
  9.  *
  10.  *      Function  : Lesson 1 of the Spirit library tutorial.
  11.  *
  12.  *
  13.  *      Modification history.
  14.  *
  15.  *      Version   : 
  16.  *      Date      : 
  17.  *      Author    : 
  18.  *      Changes   : 
  19.  *
  20.  */
  21.  
  22. #include <stdlib.h>
  23. #include "winapp.h"
  24.  
  25. /*
  26.  *==========================================================================
  27.  *
  28.  *  Externally visible data.
  29.  *
  30.  *==========================================================================
  31.  */
  32.  
  33. const char WA_task_name [] = "Lesson 1" ;
  34.