build: use c11 everywhere
And improve the makefiles
This commit is contained in:
parent
e75a36232b
commit
799833f9cf
11 changed files with 41 additions and 40 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#define _POSIX_C_SOURCE 200112L
|
||||
|
||||
#include <time.h>
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue