From: owsim AT ruc DOT dk (Ole Winther)
Message-Id: <9611131456.AA13732@emma.ruc.dk>
Subject: How assign to NULL POINTER
To: djgpp AT delorie DOT com
Date: Wed, 13 Nov 1996 15:56:22 +0100 (MET)
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Content-Length: 461       

I where asking about course of "segment violation at pointer " error, while
running a gcc compiled program. I got the answer that it probaly is a Null
pointer assignment and I must belive it'sw true, course the "BC" compiled
program which where running the same code, was also complaining about the
Null pointer assignment while program end was ended. 

I really dont know how I can assign value's to the NULL pointer, can someone
describe how this can be done?