mouse07410 / asn1c

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

aper: INTEGER longs to intmaxs #176

Closed v0-e closed 9 months ago

v0-e commented 9 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.