//============================================================================ // Author : Sven Gothel // Copyright : 2022 Gothel Software e.K. // License : MIT // Description : C++ Lesson 0.1 Module for external Function //============================================================================ // function declaration as defined in module_lesson01.cpp int double_value(const int x);