hardnested_tables: add C99 flag in suggested compilation
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
// To compile it:
|
// To compile it:
|
||||||
// gcc -I ../../common -o hardnested_tables hardnested_tables.c
|
// gcc -std=c99 -I ../../common -o hardnested_tables hardnested_tables.c
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user