note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
uudecode
warning
This function starts with a lowercase letter.
Description
Decode an UU-encoded string.
Name | Description |
---|---|
dest[] | The destination for the decoded string array. |
const source[] | The UU-encoded source string. |
maxlength = sizeof (dest) | The maximum length of dest that can be used. |
Returns
This function does not return any specific values.
Examples
uudecode(normalString, encodedString);