921e5a0eb4
From-SVN: r14840
8 lines
88 B
C
8 lines
88 B
C
f ()
|
|
{
|
|
unsigned char b[2];
|
|
float f;
|
|
b[0] = (unsigned char) f / 256;
|
|
return 0;
|
|
}
|