This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
drogon
mirror of
https://github.com/drogonframework/drogon.git
Watch
1
Star
1
Fork
You've already forked drogon
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
drogon
/
cmake
/
tests
/
normal_uuid_lib_test.cc
7 lines
84 B
C++
Raw
Permalink
Blame
History
#
include
<uuid.h>
int
main
(
)
{
uuid_t
uu
;
uuid_generate
(
uu
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink