HP-UX Reference (11i v1 00/12) - 3 Library Functions A-M (vol 6)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man3/!!!intro.3c
________________________________________________________________
___ ___
c
cr_close(3) cr_close(3)
NAME
cr_close - close a crash dump descriptor
SYNOPSIS
#include <libcrash.h>
int cr_close(CRASH *crash_cb);
DESCRIPTION
The cr_close() function closes the crash dump descriptor structure pointed to by crash_cb. The
crash_cb structure is a crash dump descriptor filled in by a cr_open(3) call. All associated resources
(memory and files) are released.
RETURN VALUE
Returns zero for success. Other possible return values are described in libcrash(5).
AUTHOR
cr_close() was developed by HP.
SEE ALSO
cr_open(3), libcrash(5).
Section 3−−90 − 1 − HP-UX Release 11i: December 2000
___
___