/*************************************** Auteur : Pierre Aubert Mail : aubertp7@gmail.com Licence : CeCILL-C ****************************************/ #ifndef __FUNCTION_BASE_H__ #define __FUNCTION_BASE_H__ #include void function_base(float* tabResult, const float* tabX, size_t nbElement); #endif