environ.c 176 B

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