libtom / libtommath

LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.
https://www.libtom.net
Other
656 stars 194 forks source link

Addition of PRIoXX to make c89 #553

Closed czurnieden closed 1 year ago

czurnieden commented 1 year ago

In the list of printf format specifiers in tommath.h the octal types PRIo32 and PRIo64 have been omitted. This PR adds them and adjusts the sed script in makefile accordingly.

czurnieden commented 1 year ago

Outch.