Re: newbie question
From: Richard Heathfield (dontmail_at_address.co.uk.invalid)
Date: 03/23/04
- Next message: Richard Heathfield: "Re: exit & return"
- Previous message: Alex Malkis: "Re: exit & return"
- In reply to: Irrwahn Grausewitz: "Re: newbie question"
- Next in thread: Joona I Palaste: "Re: newbie question"
- Reply: Joona I Palaste: "Re: newbie question"
- Reply: Irrwahn Grausewitz: "Re: newbie question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 23 Mar 2004 20:50:37 +0000 (UTC)
Irrwahn Grausewitz wrote:
<snip>
> The comp.lang.c approved idiom for calling malloc goes like this:
>
> *p = malloc( allocsize * sizeof *p );
No. Care to try again? :-)
-- Richard Heathfield : binary@eton.powernet.co.uk "Usenet is a strange place." - Dennis M Ritchie, 29 July 1999. C FAQ: http://www.eskimo.com/~scs/C-faq/top.html K&R answers, C books, etc: http://users.powernet.co.uk/eton
- Next message: Richard Heathfield: "Re: exit & return"
- Previous message: Alex Malkis: "Re: exit & return"
- In reply to: Irrwahn Grausewitz: "Re: newbie question"
- Next in thread: Joona I Palaste: "Re: newbie question"
- Reply: Joona I Palaste: "Re: newbie question"
- Reply: Irrwahn Grausewitz: "Re: newbie question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|