// Header file vars.h                 

#ifndef EXTERN
#define EXTERN extern
#endif

EXTERN int x;
EXTERN int y;
