Add UUIDv4 generator
This commit is contained in:
8
src/uuid/wapp_uuid.c
Normal file
8
src/uuid/wapp_uuid.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef WAPP_UUID_C
|
||||
#define WAPP_UUID_C
|
||||
|
||||
#include "uuid.c"
|
||||
#include "../core/wapp_core.c"
|
||||
#include "../prng/wapp_prng.c"
|
||||
|
||||
#endif // !WAPP_UUID_C
|
||||
Reference in New Issue
Block a user