From: Rechberger Markus <mrechberger@gmail.com>
To: Vadiraj <vadiraj.cs@gmail.com>
Cc: linux-c-programming@vger.kernel.org
Subject: Re: Variable to sizeof function.
Date: Fri, 15 Jul 2005 17:16:50 +0200 [thread overview]
Message-ID: <d9def9db050715081655b4a580@mail.gmail.com> (raw)
In-Reply-To: <6eee1c405071508004e8e5200@mail.gmail.com>
strlen on a null pointer will segfault...
if arc is 1 then argv[0] will contain a pointer to an array of char
if arc is 2 then argv[1] (the users first argument) will contain an
array of char..
so don't forget to check the number of arguments ..
On 7/15/05, Vadiraj <vadiraj.cs@gmail.com> wrote:
> Vikas,
>
> On 7/15/05, Vikas S <vikas_soolapani@yahoo.com> wrote:
> > I want to find out the size of a structure which the user will give as an argument
> > as follows.
> >
> > #include <> -- All includes..
> > ..
> > main(int arc, char *argv[])
>
> argv is a charecter pointer . You cannot pass struct * as an
> arguement to main.
>
> > {
> > printf("Size of structure %s is: %d\n", argv[1], sizeof(struct argv[1]));
>
> use strlen(argv[1]) to find the lenght of the string.
>
> --
> cheers,
> Vadi
> -
> 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:[~2005-07-15 15:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-15 14:02 Variable to sizeof function Vikas S
2005-07-15 15:00 ` Vadiraj
2005-07-15 15:16 ` Rechberger Markus [this message]
2005-07-15 17:53 ` Vikas S
2005-07-15 22:35 ` Steve Graegert
2005-07-16 6:44 ` Vikas S
2005-07-16 7:04 ` Steve Graegert
2005-07-16 8:26 ` Steven Smith
2005-07-16 14:30 ` Eric Bambach
2005-07-17 16:27 ` Vadiraj
2005-08-01 6:10 ` Query in C avinash pawar
2005-08-01 6:44 ` Steve Graegert
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=d9def9db050715081655b4a580@mail.gmail.com \
--to=mrechberger@gmail.com \
--cc=linux-c-programming@vger.kernel.org \
--cc=vadiraj.cs@gmail.com \
/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.