NAME
uuidunparse - convert an UUID from binary representation to a string
SYNOPSIS
##iinncclluuddee <
vvooiidd uuuuiidduunnppaarrssee((uuuuiiddtt uu,, cchhaarr **out));; vvooiidd uuuuiidduunnppaarrsseeuuppppeerr((uuuuiiddtt uu,, cchhaarr **out));; vvooiidd uuuuiidduunnppaarrsseelloowweerr((uuuuiiddtt uu,, cchhaarr **out));;> DESCRIPTION
The uuuuiidduunnppaarrssee function converts the supplied UUID uu from the binaryrepresentation 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 byuuuuiidduunnppaarrssee 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 uuuuiidduunnppaarrsseeuuppppeerr and uuuuiidduunnppaarrsseelloowweerr may be used. CCOONNFFOORRMMIINNGG TTOO OSF DCE 1.1 AUTHOR Theodore Y. Ts'o AVAILABILITY http://e2fsprogs.sourceforge.net/SEE ALSO
uuuuiidd(3), uuuuiiddcclleeaarr(3), uuuuiiddccoommppaarree(3), uuuuiiddccooppyy(3), uuuuiiddggeenneerr-
aattee(3), uuuuiiddiissnnuullll(3), uuuuiiddppaarrssee(3) 1.36 April 2004 UUIDUNPARSE(3)