// // qsincos.h // // Fixed point (12-bit) sin/cos functions // extern short sin_tab[]; short qsin(short); short qcos(short);