#ifndef EXP004INIT_H
#define EXP004INIT_H

/*
 * Initialize state variables to default values.
 */
void exp004init (void);

#endif // EXP004INIT