mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added module description in the header
This commit is contained in:
parent
9b784353b0
commit
00427550e4
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
|||
* Copyright (c) 2020, Justin Ethier
|
||||
* All rights reserved.
|
||||
*
|
||||
* FFI module to support calling Scheme code from C.
|
||||
* An optional module that can be used to compile Cyclone when
|
||||
* libck is not available. Note there will be a performance impact!
|
||||
* It is recommended to compile with libck where possible.
|
||||
*/
|
||||
|
||||
#include "cyclone/types.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue