Uuencode

From SA-MP Wiki

Jump to: navigation, search

uuencode

Image:Farm-Fresh text lowercase.png Note: This function name starts with a lowercase letter.


Description:

Encode a string to an UU-decoded string.


Parameters:
(dest[],const source[],numbytes,maxlength=sizeof dest)
dest[]The destination string for the encoded stream.
const source[]The source, non-encoded string.
numbytesThe number of bytes to encode, this should not exceed 45.
maxlengthThe maximum length of the dest[] array.


Return Values:

This function does not return any specific values.


Example Usage:

uuencode(encodedString, normalString, 45);

Related Functions

The following functions may be useful, as they are related to this function in one way or another.

  • Uudecode: Decode an UU-encoded stream.
  • Memcpy: Copy bytes from one location to another.


Image:Stub.png This article/section is a stub
You can help SA-MP by expanding it
Image:Stub.png
Personal tools
Navigation
Toolbox