Content-type: text/html Manpage of TRACE_GETRECORD

TRACE_GETRECORD

Section: C Library Functions (3)     Updated: Feb 10, 1992    Return to Library's README

NAME

Trace_GetRecord -- get a record from a trace

SYNOPSIS

dfs_header_t *Trace_GetRecord(fp)
FILE *fp;

DESCRIPTION

Trace_GetRecord reads data from the trace file fp, and returns a pointer to a trace record. Storage for the record is allocated in this routine. The record must be freed using Trace_FreeRecord.

DIAGNOSTICS

NULL is returned if the trace file fp cannot be located, or if end of file has been reached.

SEE ALSO

Trace_FreeRecord

AUTHOR

Lily B. Mummert


Index

NAME
SYNOPSIS
DESCRIPTION
DIAGNOSTICS
SEE ALSO
AUTHOR

This document was created on Time: 05:25:53 GMT, October 10, 1998