types_for_external.h
Go to the documentation of this file.
1 
29 #ifndef _TYPES_FOR_EXTERNAL_H_
30 #define _TYPES_FOR_EXTERNAL_H_
31 
32 typedef unsigned char int8u;
33 typedef signed char int8s;
34 
35 typedef unsigned short int16u;
36 typedef signed short int16s;
37 
38 typedef unsigned int int32u;
39 typedef signed int int32s;
40 
41 typedef unsigned long int int64u;
42 typedef signed long int int64s;
43 
44 
45 /* For the emacs weenies in the crowd.
46 Local Variables:
47  c-basic-offset: 2
48 End:
49 */
50 
51 #endif
unsigned short int16u
unsigned long int int64u
signed long int int64s
unsigned int int32u
unsigned char int8u
signed char int8s
signed int int32s
signed short int16s


sr_external_dependencies
Author(s): Ugo Cupcic
autogenerated on Mon Feb 28 2022 23:50:40