Added module description in the header

This commit is contained in:
Justin Ethier 2021-01-15 10:54:06 -05:00
parent 9b784353b0
commit 00427550e4

View file

@ -5,7 +5,9 @@
* Copyright (c) 2020, Justin Ethier * Copyright (c) 2020, Justin Ethier
* All rights reserved. * 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" #include "cyclone/types.h"