Download this file
1 2 3 4 5 6 7 8 9 10 11
#ifndef _FIXPT_H #define _FIXPT_H #include <cmoc/types.h> int fxsin(byte x); int fxcos(byte x); #define fxtoi(A) (*(unsigned char*)&(A)) #endif