1 #ifndef __BBBIKE_SQRT_H
2 #define __BBBIKE_SQRT_H
3 void set_eyal();
4 unsigned long eyal(unsigned long x);
5 #endif
6