#ifndef __sin_cos_h__ #define __sin_cos_h__ extern const double SIN[360]; extern const double COS[360]; #endif // __sin_cos_h__