Skip to content
Snippets Groups Projects
Commit c490ff8e authored by Lev Walkin's avatar Lev Walkin
Browse files

comment

parent 2c34aad7
No related branches found
No related tags found
No related merge requests found
/* /*
* This is a generic BER decoder template for any ASN.1 type. * 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 #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment