Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1655 | giacomo | 1 | //*****************************misc.h************************************ |
2 | // miscellaneous useful functions |
||
3 | #ifndef CST |
||
4 | #include "constant.h" |
||
5 | #endif |
||
6 | |||
7 | int my_rint(float); |
||
8 | void fill_table(); |
||
9 | void tl_init(); |
||
10 | void set_start_point(); |
||
11 | int returnCarIndex(int); |
||
12 | int find_col(int,int); |
||
13 | int find_tl(int,int,int); |
||
14 | int allinea(int); |
||
15 | int module(int,int,int,int); |
||
16 | int normalize(int); |
||
17 | |||
18 |