summaryrefslogtreecommitdiffhomepage
path: root/dev/HintKit
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-12-06 15:53:20 +0100
committerAmlal <amlalelmahrouss@icloud.com>2024-12-06 15:57:01 +0100
commit46a885ad913aa24543efb154886919ad30182229 (patch)
tree3f9d6887763d8e1ea66fc89ec9aadb22f4cb9abc /dev/HintKit
parent8723d3401c15cad5797697aea4735b8972aabafb (diff)
META: Friday bump.
Signed-off-by: Amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/HintKit')
-rw-r--r--dev/HintKit/CompilerHint.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev/HintKit/CompilerHint.h b/dev/HintKit/CompilerHint.h
new file mode 100644
index 00000000..c3205307
--- /dev/null
+++ b/dev/HintKit/CompilerHint.h
@@ -0,0 +1,25 @@
+/* -------------------------------------------
+
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+
+------------------------------------------- */
+
+#ifndef HINTKIT_HINT_H
+#define HINTKIT_HINT_H
+
+#ifdef __TK__
+#pragma compiler(hint_manifest)
+#endif
+
+#define _Input
+#define _Output
+
+#define _Optional
+
+#define _StrictCheckInput
+#define _StrictCheckOutput
+
+#define _InOut
+#define _StrictInOut
+
+#endif // ifndef HINTKIT_HINT_H