UIDUNPARSE(3) UIDUNPARSE(3)
NAME
uuidunparse - convert an UID from binary representation to a string
SYNOPSIS
##include <>
void uuidunparse(uuidt uu,, char **out);;
void uuidunparseupper(uuidt uu,, char **out);;
void uuidunparselower(uuidt uu,, char **out);;
DESCRIPTION
The uuidunparse function converts the supplied UID uu from the binary
representation into a 36-byte string (plus tailing '\0') of the form
1b4e28ba-2fa1-11d2-883f-b9a76 and stores this value in the character
string pointed to by out. The case of the hex digits returned by
uuidunparse may be upper or lower case, and is dependent on the sys-
tem-dependent local default.
If the case of the hex digits is important then the functions
uuidunparseupper and uuidunparselower may be used.
CONFORMING TO
OSF DCE 1.1
AUTHOR
Theodore Y. Ts'o
AVAILABILITY
http:/e2fsprogs.sourceforge.net/
SEE ALSO
uuid(3), uuidclear(3), uuidcompare(3), uuidcopy(3), uuidgener-
ate(3), uuidisnull(3), uuidparse(3)
1.36 April 2004 UIDUNPARSE(3)
|