Previous Up Next

strdup
Create a copy in memory of a character string. This is only interesting when a character string is modified "on site" with the _nth_char function defined below.

S strdup (
S _a_
)
Parameters

_a_
any string
Return value

copy of the string