/* This file is moon.h. It must be #included in each .c file that must be compiled to create the executable program moon. */ #define PI 3.1415926535897932384626433 double phase(int year, int month, int day, int hour, int minute, int second); void draw(double radians);