#ifndef __HELLO_WORLD__ #define __HELLO_WORLD__ #include #include int8_t average(int8_t value1, int8_t value2, int8_t value3); int Print_Hello_world( void ); #endif