lfpinit() signed or unsigned?
    Hal Murray 
    hmurray at megapathdsl.net
       
    Thu Mar  9 04:38:33 UTC 2017
    
    
  
gem at rellim.com said:
> Does lfpinit() need to return a signed?  Or should the parameters to
> lfpinit() annd be unsigned?  I'm guessing the later, but I'm new to that
> part of the code... 
Good catch.
I think both parameters should be unsigned.
If you want a negative answer, you need to think about it.  What does 
lfpinit(-3,3) mean?  I think that will be different from -lfpinit(3,3)
-- 
These are my opinions.  I hate spam.
    
    
More information about the devel
mailing list