File: INT-I32.h

package info (click to toggle)
biosig4c%2B%2B 1.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,220 kB
  • sloc: ansic: 41,218; cpp: 8,946; sh: 4,365; makefile: 1,758; python: 87; awk: 73; php: 40; perl: 36; java: 14; ruby: 7
file content (37 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
 * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
 * From ASN.1 module "FEF-IntermediateDraft"
 * 	found in "../annexb-snacc-122001.asn1"
 */

#ifndef	_INT_I32_H_
#define	_INT_I32_H_


#include <asn_application.h>

/* Including external dependencies */
#include <NativeInteger.h>

#ifdef __cplusplus
extern "C" {
#endif

/* INT-I32 */
typedef long	 INT_I32_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_INT_I32;
asn_struct_free_f INT_I32_free;
asn_struct_print_f INT_I32_print;
asn_constr_check_f INT_I32_constraint;
ber_type_decoder_f INT_I32_decode_ber;
der_type_encoder_f INT_I32_encode_der;
xer_type_decoder_f INT_I32_decode_xer;
xer_type_encoder_f INT_I32_encode_xer;

#ifdef __cplusplus
}
#endif

#endif	/* _INT_I32_H_ */