#ifndef INIT_H__ #define INIT_H__ void init (void); void deinit (void); #endif