#ifndef INIT_H #define INIT_H /* * Initialize state variables to default values. */ void init (void); #endif // INIT_H