1 /*
2  * Part of Scheme 48 1.9.  See file COPYING for notices and license.
3  *
4  * Authors: Richard Kelsey, Jonathan Rees
5  */
6 
7 #include <stdlib.h>
8 
9 char	**s48_bogus_environ = NULL;
10