Where in the hell is NULL?

Re: Where in the hell is NULL?

por Wellington Castello -
Número de respostas: 0

No OS X aparece #include <_types.h> na stdlib.h e a definição de NULL como __DARWIN_NULL, daí:

$ grep __DARWIN_NULL /usr/include/sys/_types.h
#define __DARWIN_NULL __null
#define __DARWIN_NULL (0L)
#define __DARWIN_NULL 0
#define __DARWIN_NULL ((void *)0)

Sim