mouse07410 / asn1c

The ASN.1 Compiler
http://lionet.info/asn1c/
BSD 2-Clause "Simplified" License
93 stars 70 forks source link

aper: INTEGER longs to intmaxs #176

Closed v0-e closed 6 months ago

v0-e commented 6 months ago

Converts long and unsigned long variables/casts into intmax_t and uintmax_t, similarly to UPER encoder/decoder. Increases INTEGER compatibility range for 32-bit architectures.

Fixes #175.