Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!rutgers!psuvax1!psuvm!rxs12 From: RXS12@psuvm.psu.edu Newsgroups: comp.os.minix Subject: malloc() Message-ID: <90214.142152RXS12@psuvm.psu.edu> Date: 2 Aug 90 18:21:52 GMT Organization: Penn State University Lines: 17 I might have missed discussion of this but: There seems to be something wrong with my malloc() call ... well ... is dosent give me anything when I do it ... i do something like this: struct stuff { char line[80] }; struct stuff *np; np = (struct stuff *) malloc(sizeof(stuff)); and ... when I try to put something in line the program gives me a "Memory Fault" what is wrong? Ron S.