Qucs-core  0.0.19
qucs_typedefs.h
Go to the documentation of this file.
00001 
00002 #ifndef nr_double_t
00003 /* The global type of double representation. */
00004 #define nr_double_t double
00005 #endif
00006 
00007 /* The size of the double representation. */
00008 #ifndef NR_DOUBLE_SIZE
00009 #define NR_DOUBLE_SIZE 8
00010 #endif
00011 
00012 #ifndef nr_int16_t
00013 /* C-type for 16-bit integers. */
00014 #define nr_int16_t @QUCS_INT16_TYPE@
00015 #endif
00016 
00017 #ifndef nr_int32_t
00018 /* C-type for 32-bit integers. */
00019 #define nr_int32_t @QUCS_INT32_TYPE@
00020 #endif