/* Data area of iterator. Comments with '$' as the first letter describe appearence of parameters on the screen. */ /*$t Iterator*/ typedef struct { void * X0; /* First point supplied by a starter */ /*$ -1 | - n | "0" */ char * ActiveUserTest;/* Activeness of user test functions supplied by starter */ /*$ -1 | - n | "0" */ /*$t Iteration data*/ int Nmax; /* Number of inerations */ /*$ 1 | + n Number_of_iterations | "1000" */ } ContData, * ContDataPtr;