#include "win.h"Go to the source code of this file.
Defines | |
| #define | FABS(x) ((x)>=0.0?(x):-((x))) |
| #define | FINT(x) ((x)>=0.0?(long)((x)):(long)((x)-0.999999999999999999)) |
| #define | FMOD(x, y) ((x) - FINT((x)/(y))*(y)) |
| #define | MAXSIZE 1000 |
Functions | |
| lux_wins* | get_currentwin () |
| lux_set_step (min, max, ln, step, start, tick) double min, max,*step,*start | |
Variables | |
| long* | tick |
| long | ln |
|
|
Definition at line 3 of file utility.c. Referenced by tick(). |
|
|
Definition at line 4 of file utility.c. Referenced by tick(). |
|
|
Definition at line 5 of file utility.c. Referenced by tick(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.6 written by Dimitri van Heesch,
© 1997-2001