''
''
'' art_config -- header translated with help of SWIG FB wrapper
''
'' NOTICE: This file is part of the FreeBASIC Compiler package and can't
''         be included in other distributions without authorization.
''
''
#ifndef __art_config_bi__
#define __art_config_bi__

#define ART_SIZEOF_CHAR 1
#define ART_SIZEOF_SHORT 2
#define ART_SIZEOF_INT 4
#define ART_SIZEOF_LONG 4

type art_u8 as ubyte
type art_u16 as ushort
type art_u32 as uinteger

#endif
