1 2 3 4 5 6 7
#ifndef __FLOOD_H #define __FLOOD_H void flood_init(void); void flood_deinit(void); #endif