#ifndef BEC_CONFIG_H #define BEC_CONFIG_H namespace BEC { typedef unsigned int uint32; typedef unsigned char uint8; } #endif