gerbv  2.6A
dynload.h
Go to the documentation of this file.
1 /* dynload.h */
2 /* Original Copyright (c) 1999 Alexander Shendi */
3 /* Modifications for NT and dl_* interface: D. Souflis */
4 
10 #ifndef DYNLOAD_H
11 #define DYNLOAD_H
12 
13 #include "scheme-private.h"
14 
15 SCHEME_EXPORT pointer scm_load_ext(scheme *sc, pointer arglist);
16 
17 #endif