racket/pkgs/racket-doc/scribblings/raco/ctool.scrbl
2016-04-16 11:06:20 -06:00

17 lines
438 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"]