summaryrefslogtreecommitdiffstats
path: root/src/include/stddef.h
blob: 10c28e361281a300b858b33b5ed25a786315f34c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __STDDEF_H
#define __STDDEF_H

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

#endif
OpenPOWER on IntegriCloud