Man page - libr_close(3)
Packages contains this manual
Manual
libr_close
NAMESYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR
NAME
libr_close - Close a handle to an ELF executable.
SYNOPSIS
#include < libr.h >
void libr_close(libr_file *handle);
DESCRIPTION
Handles opened with libr_open (3) should be closed with libr_close () when they are no-longer needed by the calling application.
Parameters
handle The handle to close.
SEE ALSO
libr_open (3)
AUTHOR
Erich Hoover ehoover@mines.edu