From f21b1a007d7a8cb0c74f2b15ffcb5a512fb2a9b0 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 24 Feb 2017 13:51:40 -0500 Subject: [PATCH] New file --- C-API.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 C-API.md diff --git a/C-API.md b/C-API.md new file mode 100644 index 00000000..79f81fd2 --- /dev/null +++ b/C-API.md @@ -0,0 +1,6 @@ +C API Reference {#mainpage} +=============== + +This documentation covers the C API provided by Cyclone Scheme. It is intended both to help understand how the Cyclone runtime works as well as to provide a useful reference manual when working with the Cyclone FFI. + +See the [modules page](@ref modules) for an overview of the major sections.