Content-type: text/html
FILE *Trace_Open(filename) char *filename;
Trace_Open opens the file filename, reads the file preamble, and returns a file pointer to the trace file. Trace files are always opened read-only.
Trace_Open returns NULL if filename cannot be accessed, the preamble can't be read, or the associated internal data structures for the trace cannot be initialized.
Trace_Close, Trace_Info
Lily B. Mummert