/*
 * @.c
 *
 * Copyright 200@, Minoru Murashima. All rights reserved.
 * Distributed under the terms of the BSD License.
 */


#include <config.h>
#include <sys/types.h>
#include <sys/param.h>
#include <test.h>
#include <debug.h>


#define DEBUG_@ 1
#ifdef DEBUG_@
	#define STATIC
	#define INLINE
#else
	#define STATIC	static
	#define INLINE	inline
#endif


/******************************************************************************************************
 *
 * 
 *
 *******************************************************************************************************/


//================================== PRIVATE ============================================


//================================== PROTECTED ==========================================


//================================== PUBLIC =============================================
