This website requires JavaScript.
Explore
Help
Sign In
misc
/
adsb-tools
Watch
1
Star
0
Fork
0
You've already forked adsb-tools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3e36866743baca84157929acdd8b8143cda67384
adsb-tools
/
adsbus
/
uuid.h
7 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
Switch to an internal implementation of uuid generation, so we can use the randomness pool.
2016-02-22 16:27:44 -08:00
#
pragma once
Enable -Weverything, fix a ton of bugs.
2016-02-25 23:37:37 -08:00
#
include
<stdint.h>
Switch to an internal implementation of uuid generation, so we can use the randomness pool.
2016-02-22 16:27:44 -08:00
#
define UUID_LEN 37
Enable -Weverything, fix a ton of bugs.
2016-02-25 23:37:37 -08:00
void
uuid_gen
(
uint8_t
*
)
;
Reference in New Issue
Copy Permalink