/** * \file types.h * License details are found in the file LICENSE. * \brief * typedef stdint.h like integer types * \author Taku Shimosawa \par * Copyright (C) 2011 - 2012 Taku Shimosawa */ /* * HISTORY */ #ifndef TYPES_H #define TYPES_H #include #endif