Newer
Older
ubixos / Dump / hybos / include / _null.h_
@cwolsen cwolsen on 31 Oct 2018 189 bytes Big Dump
#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