create_uuid()
#
Generate a new universally unique identifier (UUID).
Prototype
PUBLIC char *create_uuid(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
Returns a string containing the newly generated UUID. The caller is responsible for freeing the string.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples