Skip to main content

uudecode

warning

This function starts with a lowercase letter.

Description

Decode an UU-encoded string.

NameDescription
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);
  • uuencode: Encode a string to an UU-decoded string.
  • memcpy: Copy bytes from one location to another.