11 lines
202 B
C
11 lines
202 B
C
// vim:fileencoding=utf-8:foldmethod=marker
|
|
|
|
#ifndef WAPP_UUID_C
|
|
#define WAPP_UUID_C
|
|
|
|
#include "uuid.c"
|
|
#include "../primitives/wapp_primitives.c"
|
|
#include "../prng/wapp_prng.c"
|
|
|
|
#endif // !WAPP_UUID_C
|