summaryrefslogtreecommitdiffstats
path: root/include/c/qual/nullable/nullable.h
blob: d53d7a3a64247e230c8a4eb140839b97d7a1c88c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2022 Alejandro Colomar <alx@kernel.org>
// SPDX-License-Identifier:  LGPL-3.0-or-later WITH LGPL-3.0-linking-exception


#ifndef INCLUDE_C_QUAL_NULLABLE_NULLABLE_H_
#define INCLUDE_C_QUAL_NULLABLE_NULLABLE_H_


#if defined(__clang__)
# define c_nullable  _Nullable
#else
# define c_nullable
#endif


#endif  // Header guard