mmmd_terminate()

Terminate the library.

Synopsis:

#include <mm/md.h>
int mmmd_terminate( void )

Arguments:

(None)

Library:

libmd

Description:

Terminate the library from use. You must call this function once, and it must be the last function you call. This function unloads all MDPs from the library.

Returns:

0 on success, -1 on error