#include void print_hello_world_v1() { printf( "hello v1" ); } void print_hello_world_v2() { printf( "hello v2" ); }