nf43rj923 / Publications Main Forum 1 NULL comparison Hi, when assigning 0 to a variable: int updown = NULL ; updown = 0 ; this comparison: updown != NULL returns FALSE. Is this a bug? 0 should not be interpreted as NULL