aboutsummaryrefslogtreecommitdiff
path: root/builtins/integers.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/integers.h')
-rw-r--r--builtins/integers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/builtins/integers.h b/builtins/integers.h
index 79ce2643..35a579bf 100644
--- a/builtins/integers.h
+++ b/builtins/integers.h
@@ -1,4 +1,7 @@
#pragma once
+
+// Integer type infos and methods
+
#include <gc/cord.h>
#include <stdbool.h>
#include <stdint.h>