On Fri, Jun 9, 2023 at 2:22 AM Gregory Nutt wrote:
> We don't normally use int or long types explicitly since these types are
> different with different tools or hardware.  int32_t is always 32 bits
> wide, int64_t is always 64 bits wide and will be typedef'ed in
> include/stdint.h to the correct underlying type.
>
> If you have no FPU, have you considered using fixed precision real
> numbers.  See include/fixedmath.h.  They work well as long as the range
> of values is restrained.

TANK U SIR! :-)

-- 
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Reply via email to