6 lines
75 B
C
6 lines
75 B
C
#ifndef __STDDEF_H__
|
|
#define __STDDEF_H__
|
|
|
|
#define NULL ((void*)0)
|
|
|
|
#endif
|