diff options
Diffstat (limited to 'dev/SCIKit/CompilerHint.h')
| -rw-r--r-- | dev/SCIKit/CompilerHint.h | 23 |
1 files changed, 23 insertions, 0 deletions
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__ |
