/* 
   RCX String. 
   A special character string has to be included in a C-program 
   to be accepted for download to the RCX ROM based environment.
   Last updated 12.5.00.
*/

#ifndef RCX_String_H_DEFINED
#define RCX_String_H_DEFINED

char *RCX_string="Do you byte, when I knock?";

#endif /* RCX_String_H_DEFINED */

