MP3/MPlayer pre-release

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



s.huelswitt@xxxxxx (Stefan Huelswitt) wrote:

> Well, normaly NULL is defined as (void *)0, which is a pointer...

only in C. in C++ NULL == 0.

stddef.h:

#ifndef __cplusplus
#define NULL ((void *)0)
#else   /* C++ */
#define NULL 0
 
> As I don't have gcc 4.x running I need a confirmation from
> someone with gcc 4.x that this is still ok.

i don't think this definition has changed.

clemens


[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux