Subversion Repositories FlightCtrl

Rev

Rev 226 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 226 Rev 229
Line 4... Line 4...
4
 
4
 
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Line 6... Line 6...
6
#include "main.h"
6
#include "main.h"
7
 
7
 
Line 8... Line 8...
8
extern signed int arctan_i(signed int x, signed int y);
8
extern signed int arctan_i(signed int x, signed int y);
9
extern signed char arctan_f(signed int x, signed int y);
9
extern signed int arctan_f(signed int x, signed int y);
Line 10... Line 10...
10
 
10