NextPrevUpTopContentsIndex

SimpleInitLispWorks

C function
Summary

Initializes a LispWorks dynamic library.

Signature

On Windows:

int __stdcall SimpleInitLispWorks (void)

On Linux/Macintosh/FreeBSD:

int SimpleInitLispWorks (void)

Description

The C function SimpleInitLispWorks calls InitLispWorks(0,0,0) and returns the value of that call.

SimpleInitLispWorks is defined in each LispWorks dynamic library. For information about creating a LispWorks dynamic library, see deliver and save-image. For an overview of LispWorks as a dynamic library, see the section "LispWorks as a dynamic library in the LispWorks User Guide .

See also

InitLispWorks


LispWorks Reference Manual - 12 Mar 2008

NextPrevUpTopContentsIndex