#ifndef CALCULATOR_H #define CALCULATOR_H #include "wm.h" extern Window win_calculator; void calculator_init(void); #endif