home *** CD-ROM | disk | FTP | other *** search
- /*
- #### # # # #
- # # # # # The FreeWare C library for
- # # ## ### # # # # ### RISC OS machines
- # # # # # # # # # # # ___________________________________
- # # #### ### ## # # # #
- # # # # # # # # # # Please refer to the accompanying
- #### ### #### # # ##### # ### documentation for conditions of use
- ________________________________________________________________________
-
- File: Clear.c.Init
- Author: Copyright © 1993 Jason Howat
- Version: 1.00 (16 Dec 1993)
- Purpose: Initialise the Clear library.
- */
-
-
- #include "Desk.Clear.h"
-
- #include "ClearDefs.h"
-
-
- char *Desk_clear__creator;
- unsigned Desk_clear__creatorversion;
-
-
- void Desk_Clear_Init(char *creator, unsigned version)
- {
- Desk_clear__creator = creator;
- Desk_clear__creatorversion = version;
- }
-