From da70596895d8135e08f8caac6978117697b4c021 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 18 Aug 2024 21:39:29 +0200 Subject: [REFACTOR] Improved project structure. Signed-off-by: Amlal El Mahrouss --- dev/ZKA/HintKit/CompilerHint.hxx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev/ZKA/HintKit/CompilerHint.hxx (limited to 'dev/ZKA/HintKit') diff --git a/dev/ZKA/HintKit/CompilerHint.hxx b/dev/ZKA/HintKit/CompilerHint.hxx new file mode 100644 index 00000000..f0316b50 --- /dev/null +++ b/dev/ZKA/HintKit/CompilerHint.hxx @@ -0,0 +1,23 @@ +/* ------------------------------------------- + + Copyright ZKA Technologies. + +------------------------------------------- */ + +#ifndef __HINTKIT_COMPILER_HINT_HXX__ +#define __HINTKIT_COMPILER_HINT_HXX__ + +#pragma compiler(hint_manifest) + +#define _Input +#define _Output + +#define _Optional + +#define _StrictCheckInput +#define _StrictCheckOutput + +#define _InOut +#define _StrictInOut + +#endif // ifndef __HINTKIT_COMPILER_HINT_HXX__ -- cgit v1.2.3