From: "Matías Aguirre" <matiasaguirre@gmail.com>
To: linux prg <linux-c-programming@vger.kernel.org>
Subject: Re: Question about Malloc
Date: Tue, 19 Oct 2004 09:41:49 -0300 [thread overview]
Message-ID: <a3c4234104101905413e127d3e@mail.gmail.com> (raw)
In-Reply-To: <20041010111316.GD5033@lug-owl.de>
It's not safer to make:
Recpointer r;
r=(Recpointer)malloc(Recpointer);
On Sun, 10 Oct 2004 13:13:16 +0200, Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:
> On Sun, 2004-10-10 00:31:05 -0500, Edward Parrilla <eparrilla@comcast.net>
> wrote in message <1097386256.6100.16.camel@localhost.localdomain>:
> > Hi all,
> > I got the following structure:
> > typedef struct {
> > char *file;
> > char *ip_addres;
> > }TABLE;
> >
> > then define a pointer to it:
> >
> > typedef TABLE *Recpointer;
> > Recpointer r;
> >
> > I'm trying to use malloc as:
> >
> > r=malloc(Recpointer);
> > but it gives me error.
>
--
Matías Aguirre
-
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2004-10-19 12:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-10 5:31 Question about Malloc Edward Parrilla
2004-10-10 6:13 ` Jeff Woods
2004-10-10 11:13 ` Jan-Benedict Glaw
2004-10-19 12:41 ` Matías Aguirre [this message]
2004-10-19 13:27 ` Jan-Benedict Glaw
2004-10-19 13:52 ` Matías Aguirre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a3c4234104101905413e127d3e@mail.gmail.com \
--to=matiasaguirre@gmail.com \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).