1 
2 #ifdef __cplusplus
3 	extern "C" {
4 #endif
5 
6 /* Embed a copyright string */
7 static volatile char __copyright__[] = "Copyright 1995-2013 Graeme W. Gill";
8 
9 #ifdef __cplusplus
10 	}
11 #endif
12 
13