#include int get_returnvalue (void); int some_func() { return get_returnvalue(); }