Newer
Older
ubixos / Dump / hybos / include / _null.h_
@Christopher W. Olsen Christopher W. Olsen on 5 Nov 2018 171 bytes Sync
#ifndef __TL__NULL_H
#define	__TL__NULL_H

#ifdef __cplusplus
extern "C"
{
#endif
	
#ifndef _NULL
#define _NULL
#define	NULL	0
#endif

#ifdef __cplusplus
}
#endif

#endif