Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

utility.c File Reference

#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_winsget_currentwin ()
 lux_set_step (min, max, ln, step, start, tick) double min, max,*step,*start

Variables

long* tick
long ln


Define Documentation

#define FABS( x )   ((x)>=0.0?(x):-((x)))
 

Definition at line 3 of file utility.c.

Referenced by tick().

#define FINT( x )   ((x)>=0.0?(long)((x)):(long)((x)-0.999999999999999999))
 

Definition at line 4 of file utility.c.

Referenced by tick().

#define FMOD( x, y )   ((x) - FINT((x)/(y))*(y))
 

Definition at line 5 of file utility.c.

Referenced by tick().

#define MAXSIZE   1000
 

Definition at line 7 of file utility.c.


Function Documentation

lux_wins* get_currentwin ( )
 

lux_set_step ( min,
max,
ln,
step,
start,
tick )
 


Variable Documentation

long ln
 

Definition at line 13 of file utility.c.

long* tick
 

Definition at line 13 of file utility.c.


Generated at Sun Feb 24 09:57:32 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001