strdup
Description:
A wrapper around strdup.
Partly to trap calls to strdup, partly because in -ansi, gcc on Red Hat claims that strdup is undeclared.
Parameters:
s |
The string to be cloned |
Returns:
The cloned string. |
Namespace: ICal.Memory
Package: libical-glib