⛏️ index : haiku.git

/*
 * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
 * Distributed under the terms of the MIT License.
 */
#ifndef _NULL_H
#define _NULL_H

#ifndef NULL
	#define NULL 0
#endif

#endif