freeDmiString(3DMI) DMI Library Functions freeDmiString(3DMI)
NAME
freeDmiString - free dynamic memory allocated for input DmiString structure
SYNOPSIS
cc [ flag ... ] file ... -ldmi -lnsl -lrwtool [ library ... ]
#include <dmi/util.hh>
void freeDmiString(DmiString_t *dstr);
DESCRIPTION
The freeDmiString() function frees dynamic memory allocated for the input DmiString structure.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|MT-level |MT-Safe |
+-----------------------------+-----------------------------+
SEE ALSO
newDmiString(3DMI), libdmi(3LIB), attributes(5)
SunOS 5.10 12 Oct 1998 freeDmiString(3DMI)