5 lines
57 B
C
5 lines
57 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#define UUID_LEN 37
|
||
|
|
void uuid_gen(char *);
|