#ifndef CALCULATION_H #define CALCULATION_H int getZodiacSign(int day, int month); int getChineseSign(int year); #endif