/* ------------------------------------------- Copyright (C) 2024, ELMH Group, all rights reserved. ------------------------------------------- */ #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__