/*------------------------------------------------------------\ | | | Tool : systemcass | | | | File : sc_main.cc | | | | Author : Buchmann Richard | | | | Date : 09_07_2004 | | | \------------------------------------------------------------*/ #ifndef __SC_DEFS_H__ #define __SC_DEFS_H__ //#include typedef signed long long int64; typedef unsigned long long uint64; typedef long int32; typedef short int16; typedef char int8; typedef unsigned long uint32; typedef unsigned short uint16; typedef unsigned char uint8; //typedef uint16_t smallest_uint; //typedef int16_t smallest_int; typedef uint16 smallest_uint; typedef int16 smallest_int; #endif /* # Local Variables: # tab-width: 4; # c-basic-offset: 4; # c-file-offsets:((innamespace . 0)(inline-open . 0)); # indent-tabs-mode: nil; # End: # # vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4 */