Rev 561 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 561 | Rev 587 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
Line 2... | Line 2... | ||
2 | 2 | ||
Line 3... | Line 3... | ||
3 | #include "main.h" |
3 | #include "main.h" |
4 | 4 | ||
5 | extern int atan2_i(long x, long y); |
5 | extern int atan2_i(signed int x, signed int y); |
6 | extern signed int cos_i(signed int winkel); |
6 | extern signed int cos_i(signed int winkel); |