/* haming.h */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * simply prototypes the only entry point into haming() * * call with two arguments: * * nstep = number of steps between calls to output() * * output() = function to output state vectors * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ int ode( int nstep, int output() );