Documentation
¶
Overview ¶
Package ccgo implements the ccgo command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Task ¶
type Task struct {
D []string // -D
I []string // -I
L []string // -L
O string // -O
U []string // -U
E bool // -E
// contains filtered or unexported fields
}
Task represents a compilation job.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.