root/headers/posix/null.h
/*
 * 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