#ifndef __INIT_H #define __INIT_H void __init(void); void __exit(void); #endif