NAME

catpac_closeear - close a handle to UARs

SYNOPSIS

#include <cat/cat.h>

int catpac_closeear(catpac_ear *ep);

DESCRIPTION

This function closes the handle ep obtained by catpac_openears(), and frees any data allocated.

The function returns 0 if successful, or a negative code on error.

SEE ALSO

catpac

catpac_openears