Man page - libr_close(3)
Packages contas this manual
Manual
| libr_close(3) | Library Functions Manual | libr_close(3) |
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
| libr |