sin_cos.h 128 Bytes Raw Blame History Permalink 1 2 3 4 5 #ifndef __sin_cos_h__ #define __sin_cos_h__ extern const double SIN[360]; extern const double COS[360]; #endif // __sin_cos_h__