home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * Title : Lesson 1
- * System : New Risc-OS library. */
- #define Version "1.0"
- /* Copyright : (c) John Winters
- * Date : 31st May, 1993
- * Author : John H. Winters
- *
- * Function : Lesson 1 of the Spirit library tutorial.
- *
- *
- * Modification history.
- *
- * Version :
- * Date :
- * Author :
- * Changes :
- *
- */
-
- #include <stdlib.h>
- #include "winapp.h"
-
- /*
- *==========================================================================
- *
- * Externally visible data.
- *
- *==========================================================================
- */
-
- const char WA_task_name [] = "Lesson 1" ;
-