Man page - libr_close(3)

Packages contas this manual

Manual

libr_close(3) Library Functions Manual libr_close(3)

libr_close - Close a handle to an ELF executable.

#include <libr.h>

void libr_close(libr_file *handle);

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.

libr_open(3)

Erich Hoover ehoover@mines.edu

libr