Skip to content
Snippets Groups Projects
Forked from oai / asn1c
1383 commits behind the upstream repository.
asn1fix_integer.h 163 B
#ifndef	_ASN1FIX_INTEGER_H_
#define	_ASN1FIX_INTEGER_H_

int asn1f_fix_integer(arg_t *);		/* Type1 ::= INTEGER { a(1), b(2) } */

#endif	/* _ASN1FIX_INTEGER_H_ */