summaryrefslogtreecommitdiff
path: root/src/stddef.h
blob: 962e1aa2c864a1b547198b90c057e710d8abe8e0 (plain)
1
2
3
4
5
6
#ifndef STDDEF_H
#define STDDEF_H

#define NULL ( (void *)0 )

#endif /* STDDEF_H */