racket/collects/scribblings/raco/ctool.scrbl
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00

18 lines
497 B
Racket

#lang scribble/doc
@(require scribble/manual "common.rkt")
@title[#:tag "ctool" #:style 'toc]{@exec{raco ctool}: Working with C Code}
The @exec{raco ctool} command works in various modes (as determined by
command-line flags) to support various tasks involving C code.
@local-table-of-contents[]
@; ----------------------------------------------------------------------
@include-section["cc.scrbl"]
@include-section["c-mods.scrbl"]
@include-section["ext.scrbl"]
@include-section["api.scrbl"]