NativeEnumerated.c vars NULL init and check
[com/asn1c.git] / skeletons / README
1 This directory contains encoder/decoder code for various encoding rules
2 (OER, PER, DER, BER, XER) that work with the tables constructed by the compiler.
3 The compiler itself does not generate much code. It creates parsing tables
4 and then copies (or links) over these files which contain generic codecs.