File: dynload.h

package info (click to toggle)
tinyscheme 1.37-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 288 kB
  • ctags: 686
  • sloc: ansic: 4,454; lisp: 452; makefile: 104
file content (12 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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