haiku/headers/posix/null.h

13 lines
185 B
C

/*
* Copyright 2008 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