Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
snacc
Jump to user comments
tool (Sample Neufeld ASN.1 to C/C++ Compiler) A program
by Mike Sample [email protected] which compiles 1990
ASN.1 data structures (including some macros) into C,
C++ or type tables. The generated C/C++ includes a .h
file with the equivalent data struct and a .c/.C file for the
BER encode and decode, print and free routines.
snacc includes the compiler, run-time BER libraries, and
utility programs. snacc is compiled under GNU GeneralPublic License. It requires yacc or bison, lex or
flex, and cc (ANSI or non-ANSI).