#ifndef VARYING_H_INCLUDED #define VARYING_H_INCLUDED #include typedef struct { double v; /* Value */ double s; /* Step */ } varying; #endif