Enable -Weverything, fix a ton of bugs.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define UUID_LEN 37
|
||||
void uuid_gen(char *);
|
||||
void uuid_gen(uint8_t *);
|
||||
|
||||
Reference in New Issue
Block a user