From 05f085c9055fa5bd13bdba40fc40fb3f00d69fab Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 26 Oct 2024 07:59:10 +0200 Subject: IMP: Fixes and improvements. Signed-off-by: Amlal --- dev/SCIKit/CompilerHint.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev/SCIKit/CompilerHint.h (limited to 'dev/SCIKit/CompilerHint.h') diff --git a/dev/SCIKit/CompilerHint.h b/dev/SCIKit/CompilerHint.h new file mode 100644 index 00000000..b550bac5 --- /dev/null +++ b/dev/SCIKit/CompilerHint.h @@ -0,0 +1,23 @@ +/* ------------------------------------------- + + Copyright ZKA Web Services Co. + +------------------------------------------- */ + +#ifndef __SCI_HINT_H__ +#define __SCI_HINT_H__ + +#pragma compiler(hint_manifest) + +#define _Input +#define _Output + +#define _Optional + +#define _StrictCheckInput +#define _StrictCheckOutput + +#define _InOut +#define _StrictInOut + +#endif // ifndef __SCI_HINT_H__ -- cgit v1.2.3