PIKApp/plug-ins/script-fu/libscriptfu/tinyscheme/dynload.h

13 lines
269 B
C
Raw Normal View History

2023-09-26 00:35:21 +02:00
/* dynload.h */
/* Original Copyright (c) 1999 Alexander Shendi */
/* Modifications for NT and dl_* interface: D. Souflis */
#ifndef DYNLOAD_H
#define DYNLOAD_H
#include "scheme-private.h"
SCHEME_EXPORT pointer scm_load_ext(scheme *sc, pointer arglist);
#endif