(1 . 12)(0 . 0)
155 /* dynload.h */
156 /* Original Copyright (c) 1999 Alexander Shendi */
157 /* Modifications for NT and dl_* interface: D. Souflis */
158
159 #ifndef DYNLOAD_H
160 #define DYNLOAD_H
161
162 #include "scheme-private.h"
163
164 SCHEME_EXPORT pointer scm_load_ext(scheme *sc, pointer arglist);
165
166 #endif