warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for this page then please click here.
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);