Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

intro(3ncs)

uuid_decode(3ncs)

uuid_encode(3ncs)

Name

uuid_encode − convert a UUID into its character-string representation

Syntax

#include <idl/c/uuid.h>
 
void uuid_$encode(uuid, s)

uuid_$t *uuid;
uuid_$string_t s;

Arguments

uuid A UUID. 

s The character-string representation of uuid. 

Description

The uuid_$encode routine returns the character-string representation of a UUID.

Examples

The following routine returns as foo_uuid_rep the character-string representation for the UUID foo_uuid:

uuid_$encode (&foo_uuid, foo_uuid_rep);

Files

/usr/include/idl/uuid.idl
/usr/include/idl/c/uuid.h

See Also

intro(3ncs), uuid_decode(3ncs)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026