On Wed, 17 Jun 1998, CyberPeasant wrote:
->James wrote:
->Right. -> does one level of dereferencing. You need two levels.
->
->try: *in = (*in)->next; /* parens needed here */
ok.
->> listy = (line *) malloc (sizeof (line));
->
->No need to cast the return of malloc.
well it gets rid of an annoying warning.
->/* It's easier to add at the head */
i was taught to add at the tail!
-[[EMAIL PROTECTED]]-------------------------------------------------
Http://x-map.home.ml.org Mailto : [EMAIL PROTECTED]
---[Quote Of The Day]----------------------------------------------------------
Those of you who think you know everything are very annoying to those
of us who do.
-------------------------------------------------------------------------------