[go: up one dir, main page]

Menu

[r1]: / include / fixpt.h  Maximize  Restore  History

Download this file

14 lines (7 with data), 163 Bytes

 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