Add UUIDv4 generator

This commit is contained in:
Abdelrahman Said
2025-03-22 02:27:59 +00:00
parent 74428f1caf
commit c83c652b37
6 changed files with 112 additions and 0 deletions

8
src/uuid/wapp_uuid.c Normal file
View 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