aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/options/internal/include/bits/null.h
blob: 7d3fa7b106fb69a47a7230b50b3c328de16db61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

#ifndef MLIBC_NULL_H
#define MLIBC_NULL_H

#ifdef NULL
#undef NULL
#endif

#ifndef __cplusplus
#  define NULL ((void *)0)
#else
#  define NULL 0
#endif

#endif // MLIBC_NULL_H