newdmistring(3dmi) sunos man page | unix.com

Man Page: newdmistring

Operating Environment: sunos

Section: 3dmi

newDmiString(3DMI)					       DMI Library Functions						newDmiString(3DMI)

NAME
newDmiString - create DmiString in dynamic memory
SYNOPSIS
cc [ flag ... ] file ... -ldmi -lnsl -lrwtool [ library ... ] #include <dmi/util.hh> DmiString_t *newDmiString(char *str);
DESCRIPTION
The newDmiString() function creates a DmiString in dynamic memory and returns a pointer to the newly created DmiString. The function returns NULL if no memory is available.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
freeDmiString(3DMI), libdmi(3LIB), attributes(5) SunOS 5.10 12 Oct 1998 newDmiString(3DMI)
Related Man Pages
libdmi(3lib) - sunos
dmiaddgroup(3dmi) - sunos
dmideletecomponent(3dmi) - sunos
dmiunregister(3dmi) - sunos
reg_ci_callback(3dmi) - sunos
Similar Topics in the Unix Linux Community
How to convert number to english?
Using awk to remove lines from file that match text
Outputting sequences based on length with sed
Sort only numbers within a string
UNIX Environment Setup - (Just starting!)