define sox_intN_t types using standard intN_t
commit3518bcd92416e7cf71ee9a863695a518f3de4e52
authorMans Rullgard <mans@mansr.com>
Thu, 20 Aug 2020 22:41:23 +0000 (20 23:41 +0100)
committerMans Rullgard <mans@mansr.com>
Sat, 22 Aug 2020 11:19:34 +0000 (22 12:19 +0100)
tree841b2a2d75065c95e12df11734c012bd2991e182
parent1571c87c9519923b30d16c92f17515228c983924
define sox_intN_t types using standard intN_t

All modern systems, even msvc, have the C99 stdint.h integer types.
Replace the guesswork with typedefs using these types.  This fixes
numerous warnings on some systems where both long and long long are
64-bit.
src/sox.h