7 lines
81 B
C
7 lines
81 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#define UUID_LEN 37
|
|
void uuid_gen(uint8_t *);
|