fame_open(3)
NAME
fame_open - open the fame library
SYNOPSIS
#include <fame.h> fame_context_t * fame_open();
DESCRIPTION
The fame_open() call is used to open a new session of the fame library.
If initialization was successful, it returns a non-null context which
can then be used for subsequent library calls.
RETURN VALUE
fame_open returns a new context, or NULL if an error occurred.