VM02/src/samples/FloatStuff.java
2018-04-25 09:13:44 -07:00

7 lines
82 B
Java
Executable File

public class FloatStuff
{
public static int fpbits(float fp)
{
return(0);
}
}