mmmd_terminate()

Terminate the library

Synopsis:

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

Library:

libmd

Description:

This function terminates the library from use by unloading all MDPs. You must call this function once and it must be the last function you call.

Returns:

0
Success.
-1
An error occurred (errno is set).