#ifndef VARS_HPP
#define VARS_HPP

extern int global_extern;

void inc_vars();
void print_vars();

#endif
