On Sun, 3 Jan 1999, Brett Thompson wrote:

> Note you'll have to #include <stdlib.h> to have malloc's prototype

isn't that what <malloc.h> is for? it's what i use...

> And you'll have to call free() later probably :)

isn't Linux clever enough to do that when you quit the program? (when i
was playing with linked lists, one ran away and ate a load of ram and i
had to kill the program. after a few minutes (i.e once my load average had
gone below 2 :) it was ok)

Reply via email to