blob: f5fcc0025e6f57df9c610bfd2895b85944f7dcb8 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
The asn1c compiles ASN.1 (Abstract Syntax Notation One) specifications into
the C source code. This compiler supports automatic constraints checking code
generation, parametrization, basic support for Information Object Classes.
The produced C code contains the codecs for BER/DER/CER/PER/XER encoding rules.
See asn1c-usage.pdf and asn1c(1) manual page for details.
WWW: http://lionet.info/asn1c
|