aboutsummaryrefslogtreecommitdiff
path: root/builtins/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/table.h')
-rw-r--r--builtins/table.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/builtins/table.h b/builtins/table.h
index 6577782d..a29fa7cc 100644
--- a/builtins/table.h
+++ b/builtins/table.h
@@ -1,4 +1,7 @@
#pragma once
+
+// Hash table datastructure with methods and type information
+
#include <stdint.h>
#include <stdbool.h>
#include <string.h>