Struct stack_graphs::c::sg_files [−][src]
Expand description
An array of all of the files in a stack graph. File handles are indices into this array. There will never be a valid file at index 0; a handle with the value 0 represents a missing file.
Fields
files: *const sg_file
count: usize