dynload.h 281 B

123456789101112
  1. /* dynload.h */
  2. /* Original Copyright (c) 1999 Alexander Shendi */
  3. /* Modifications for NT and dl_* interface: D. Souflis */
  4. #ifndef DYNLOAD_H
  5. #define DYNLOAD_H
  6. #include "scheme-private.h"
  7. SCHEME_EXPORT pointer scm_load_ext(scheme *sc, pointer arglist);
  8. #endif