cr_close(3) cr_close(3)
NAME [Toc] [Back]
cr_close - close a crash dump descriptor
SYNOPSIS [Toc] [Back]
#include <libcrash.h>
int cr_close(CRASH *crash_cb);
DESCRIPTION [Toc] [Back]
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 [Toc] [Back]
Returns zero for success. Other possible return values are described
in libcrash(5).
AUTHOR [Toc] [Back]
cr_close() was developed by HP.
SEE ALSO [Toc] [Back]
cr_open(3), libcrash(5).
Hewlett-Packard Company - 1 - HP-UX 11i Version 2: August 2003 [ Back ] |