.. include:: .. jf-exercise:: c.introduction.exercise_power_declaration :dependencies: c.introduction.functions Forward Declaration =================== Modify ``power.c`` to only *declare* ``power()`` before the call to it. Give the implementation after the call, below ``main()``.