diff options
Diffstat (limited to 'dev/sci/sci_hint.h')
| -rw-r--r-- | dev/sci/sci_hint.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev/sci/sci_hint.h b/dev/sci/sci_hint.h new file mode 100644 index 00000000..967d0ad0 --- /dev/null +++ b/dev/sci/sci_hint.h @@ -0,0 +1,23 @@ +/* ------------------------------------------- + + Copyright ZKA Web Services Co. + +------------------------------------------- */ + +#ifndef __SCI_HINT_HXX__ +#define __SCI_HINT_HXX__ + +#pragma compiler(hint_manifest) + +#define _Input +#define _Output + +#define _Optional + +#define _StrictCheckInput +#define _StrictCheckOutput + +#define _InOut +#define _StrictInOut + +#endif // ifndef __SCI_HINT_HXX__ |
