asn1c/libasn1fix/asn1fix_integer.h

8 lines
156 B
C

#ifndef ASN1FIX_INTEGER_H
#define ASN1FIX_INTEGER_H
/* Type1 ::= INTEGER { a(1), b(2) } */
int asn1f_fix_integer(arg_t *);
#endif /* ASN1FIX_INTEGER_H */