All of lore.kernel.org
 help / color / mirror / Atom feed
From: Edward Parrilla <eparrilla@comcast.net>
To: linux prg <linux-c-programming@vger.kernel.org>
Subject: Question about Malloc
Date: 10 Oct 2004 00:31:05 -0500	[thread overview]
Message-ID: <1097386256.6100.16.camel@localhost.localdomain> (raw)

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.

What should be the right sintax?

Any help would be appreciated.
Thanks in advance

Ed


             reply	other threads:[~2004-10-10  5:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-10  5:31 Edward Parrilla [this message]
2004-10-10  6:13 ` Question about Malloc Jeff Woods
2004-10-10 11:13 ` Jan-Benedict Glaw
2004-10-19 12:41   ` Matías Aguirre
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=1097386256.6100.16.camel@localhost.localdomain \
    --to=eparrilla@comcast.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.