1#lang scribble/base
2
3@title[#:style '(grouper toc) #:tag "cs"]{Inside Racket CS}
4
5The Racket CS API is a small extension of the Chez Scheme C API as
6described in @italic{The Chez Scheme User's Guide}.
7
8@local-table-of-contents[]
9
10@include-section["cs-overview.scrbl"]
11@include-section["cs-embedding.scrbl"]
12@include-section["cs-values.scrbl"]
13@include-section["cs-procs.scrbl"]
14@include-section["cs-start.scrbl"]
15@include-section["cs-eval.scrbl"]
16@include-section["cs-thread.scrbl"]
17