types_for_external.h
Go to the documentation of this file.
00001 
00030 #ifndef _TYPES_FOR_EXTERNAL_H_
00031 #define _TYPES_FOR_EXTERNAL_H_
00032 
00033 typedef unsigned char int8u;
00034 typedef signed char int8s;
00035 
00036 typedef unsigned short int16u;
00037 typedef signed short int16s;
00038 
00039 typedef unsigned int int32u;
00040 typedef signed int int32s;
00041 
00042 typedef unsigned long int int64u;
00043 typedef signed long int int64s;
00044 
00045 
00046 /* For the emacs weenies in the crowd.
00047 Local Variables:
00048    c-basic-offset: 2
00049 End:
00050 */
00051 
00052 #endif


sr_external_dependencies
Author(s): Ugo Cupcic
autogenerated on Mon Jul 1 2019 20:06:25