21 lines
539 B
Racket
21 lines
539 B
Racket
#lang scribble/doc
|
|
@(require "utils.rkt")
|
|
|
|
@title[#:style 'toc]{Derived Utilities}
|
|
|
|
@local-table-of-contents[]
|
|
|
|
@include-section["vector.scrbl"]
|
|
@include-section["cvector.scrbl"]
|
|
@include-section["cpointer.scrbl"]
|
|
@include-section["define.scrbl"]
|
|
@include-section["alloc.scrbl"]
|
|
@include-section["custodian.scrbl"]
|
|
@include-section["atomic.scrbl"]
|
|
@include-section["try-atomic.scrbl"]
|
|
@include-section["objc.scrbl"]
|
|
@include-section["ns.scrbl"]
|
|
@include-section["com.scrbl"]
|
|
@include-section["file.scrbl"]
|
|
@include-section["winapi.scrbl"]
|