Commit c490ff8e authored by Lev Walkin's avatar Lev Walkin

comment

parent 2c34aad7
/*
* This is a generic BER decoder template for any ASN.1 type.
*
* To compile, please redefine the asn_DEF as shown:
* To compile with your own ASN.1 type, please redefine the asn_DEF as shown:
*
* cc -Dasn_DEF=asn_DEF_MyCustomType -o myTypeDecoder.o -c decoder-template.c
* cc -Dasn_DEF=asn_DEF_MyCustomType -o myDecoder.o -c asn-decoder-template.c
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment