|
cecies
|
Mh! The smell of fresh GUIDs.. More...

Go to the source code of this file.
Functions | |
| CECIES_API cecies_guid | cecies_empty_guid () |
| CECIES_API cecies_guid | cecies_new_guid (int lowercase, int hyphens) |
Mh! The smell of fresh GUIDs..
| CECIES_API cecies_guid cecies_empty_guid | ( | ) |
Gets an empty GUID ("00000000-0000-0000-0000-000000000000").
"00000000-0000-0000-0000-000000000000" | CECIES_API cecies_guid cecies_new_guid | ( | int | lowercase, |
| int | hyphens | ||
| ) |
Generates a new GUID (a.k.a. UUID).
| lowercase | Should the GUID be lowercase or UPPERCASE only? Pass 0 for false, anything else for true. |
| hyphens | Should the GUID contain hyphen separators? Pass 0 for false, anything else for true. |