/* Copyright (c) 1997 by A BIG Corporation.  All Rights Reserved */

/***
   NAME
     clipboard
   PURPOSE
     
   NOTES
     
   HISTORY
     Terje Pedersen - Sep 28, 1997: Created.
***/

#ifndef CLIPBOARD
#define CLIPBOARD

int WriteClip( char * );        /* Demonstrate write to clipboard        */

#endif /* CLIPBOARD */
