NAME
catmutex_free - delete mutex
SYNOPSIS
#include <cat/cat.h>
#include <cat/catmutex.h>
void catmutex_free(CATMUTEX *
m
);
DESCRIPTION
This function deletes initialized mutex
m
. The mutex must not be held when this function is called.
SEE ALSO
cat
,
catutil
catmutex_init