/****************************************************************************** * * Title : primFunctionInit.h * Version 0.0 * * Description: header file. * Related files: primFunctionInit.c * * Author: Lukas Tomasek, tomasekl@fzu.cz * ******************************************************************************/ #ifndef PRIM_FUNCTION_INIT_H #define PRIM_FUNCTION_INIT_H /****************************************************************************** * Header files * ******************************************************************************/ #include "globalDefinitions.h" /****************************************************************************** * Global Function Declarations * ******************************************************************************/ void primFunctionInit(PRIM_FUNCTION_TYPE (*primFunction[])); int getPrimArrayId(int primId); /******************************************************************************/ #endif /* PRIM_FUNCTION_INIT_H */