/** * \file test.h * License details are found in the file LICENSE. * \brief * Header file of test of loading an ELF image. * \author Taku Shimosawa \par * Copyright (C) 2011 - 2012 Taku Shimosawa */ /* * HISTORY */ #ifdef TEST #include #include #define dprintf printf #else #define dprintf(...) #endif