racket/collects/scribblings/raco/ctool.scrbl
Matthew Flatt 0ab6637539 remove obsolete and unused Racket-to-C compiler
Removes `raco ctool -e/-c', `mzc -e/-c', `compile-extensions',
`compile-extensions-to-c', `compile-c-extensions', `compiler/cffi',
`compiler/comp-unit', `compiler:inner^', and most options in
`compiler/option'.
2011-09-20 15:26:39 -06:00

17 lines
467 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["api.scrbl"]