blob: da849bbad0af93fb9ec1560387bfcd791f87ce17 [file] [log] [blame]
Egor Pasko167ac2b2010-05-18 12:26:511f ()
2{
3 unsigned char b[2];
4 float f;
5 b[0] = (unsigned char) f / 256;
6 return 0;
7}