/*
 * Copyright (C) 2002 Marcus Overhagen
 * All rights reserved.
 *
 * Distributed under the terms of the MIT license
 */
#ifndef _NULL_H
#define _NULL_H

#ifndef NULL
	#define NULL 0
#endif

#endif