r6rs_externals.c 222 B

12345678910111213
  1. /*
  2. * Part of Scheme 48 1.9. See file COPYING for notices and license.
  3. *
  4. * Authors: Harald Glab-Phlag, Mike Sperber
  5. */
  6. extern void s48_init_ieee_bytevect(void);
  7. void s48_on_load(void)
  8. {
  9. s48_init_ieee_bytevect();
  10. }