/* suppress warning about unused parameter */
/* written by Paul Edwards and released to the public domain */

#ifndef unused
#define unused(x) ((void)(x))
#endif
