Stichting-MINIX-Research-Foundation / minix

Official MINIX sources - Automatically replicated from gerrit.minix3.org
Other
2.99k stars 969 forks source link

Adding support of 64 bits integers for itoa function #306

Open tbellavia opened 4 years ago

tbellavia commented 4 years ago

Hi,

I discovered that itoa function supports only 16 bits integers, so I've written a support for 64 bits integers. The function now support INT_MAX and INT_MIN too.

Best regards, Tony.