tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
null.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CSTDDEF_NULL_HPP
4#define TETL_CSTDDEF_NULL_HPP
5
6#if not defined(NULL)
9 #define NULL nullptr
10#endif
11
12#endif // TETL_CSTDDEF_NULL_HPP