mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
4 lines
225 B
Text
4 lines
225 B
Text
This example shows how to compile a Common Lisp program using ECL
|
|
and link it together with a C program. The example focuses on the
|
|
building process, not on the C code needed to do various things
|
|
with the embedded libraries.
|