summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/sorted_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/sorted_map.c')
-rw-r--r--misc/examples/sorted_map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/examples/sorted_map.c b/misc/examples/sorted_map.c
index ae9b45a4..89381554 100644
--- a/misc/examples/sorted_map.c
+++ b/misc/examples/sorted_map.c
@@ -1,11 +1,11 @@
// https://iq.opengenus.org/containers-cpp-stl/
+#include <stdio.h>
#define i_key int
#define i_val int
#include <stc/csmap.h>
-#include <stdio.h>
-int main()
+int main(void)
{
// empty map containers