Enable -Weverything, fix a ton of bugs.
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
void rand_init();
|
||||
void rand_cleanup();
|
||||
void rand_init(void);
|
||||
void rand_cleanup(void);
|
||||
void rand_fill(void *, size_t);
|
||||
|
||||
Reference in New Issue
Block a user