ipc/include/utils/null.h

4 lines
70 B
C

#ifndef __KNULL_H__
#define NULL ((void*)0)
#endif // __KNULL_H__