(0 . 0)(1 . 12)
1211 /* dynload.h */
1212 /* Original Copyright (c) 1999 Alexander Shendi */
1213 /* Modifications for NT and dl_* interface: D. Souflis */
1214
1215 #ifndef DYNLOAD_H
1216 #define DYNLOAD_H
1217
1218 #include "scheme-private.h"
1219
1220 SCHEME_EXPORT pointer scm_load_ext(scheme *sc, pointer arglist);
1221
1222 #endif