uuencode
warning
This function starts with a lowercase letter.
Description
Encode a string to an UU-decoded string.
Name | Description |
---|---|
dest[] | The destination string for the encoded stream. |
const source[] | The source, non-encoded string. |
numbytes | The number of bytes to encode, this should not exceed 45. |
maxlength = sizeof (dest) | The maximum length of the dest[] array. |
Returns
This function does not return any specific values.
Examples
uuencode(encodedString, normalString, 45);