summaryrefslogtreecommitdiff
path: root/bindgen/csmith-fuzzing/csmith.h
diff options
context:
space:
mode:
Diffstat (limited to 'bindgen/csmith-fuzzing/csmith.h')
-rw-r--r--bindgen/csmith-fuzzing/csmith.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/bindgen/csmith-fuzzing/csmith.h b/bindgen/csmith-fuzzing/csmith.h
new file mode 100644
index 00000000..faaef5b1
--- /dev/null
+++ b/bindgen/csmith-fuzzing/csmith.h
@@ -0,0 +1,15 @@
+// Type definitions from csmith's csmith_minimal.h included in csmith.h .
+// Since other header contents are not needed we put them in here
+// so the other original header is not needed anymore.
+
+#define int8_t signed char
+#define uint8_t unsigned char
+
+#define int16_t short
+#define uint16_t unsigned short
+
+#define int32_t int
+#define uint32_t unsigned
+
+#define int64_t long long
+#define uint64_t unsigned long long