osurs  0.0.1
uuid.h
Go to the documentation of this file.
1 
8 #ifndef OSURS_RESERVE_UUID_H_
9 #define OSURS_RESERVE_UUID_H_
10 
17 #define UUID_LEN 36
18 
30 void generate_uuid(char *buffer);
31 
32 #endif // OSURS_RESERVE_UUID_H_
void generate_uuid(char *buffer)
Generates a unique UUID using a secure random number generator.
Definition: uuid.c:20