|
glitchedhttps
|
GUID/UUID generator. More...

Go to the source code of this file.
Classes | |
| struct | glitchedhttps_guid |
| Struct containing the output from a call to the glitchedhttps_new_guid() function. More... | |
Functions | |
| GLITCHEDHTTPS_API struct glitchedhttps_guid | glitchedhttps_new_guid (int lowercase, int hyphens) |
GUID/UUID generator.
| GLITCHEDHTTPS_API struct glitchedhttps_guid glitchedhttps_new_guid | ( | int | lowercase, |
| int | hyphens | ||
| ) |
Generates a new GUID (a.k.a. UUID).
| lowercase | Should the GUID be lowercase or UPPERCASE only? 0 for false - anything else for true |
| hyphens | Should the GUID contain hyphen separators? 0 for false - anything else for true |