This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Char *Foo = "ABC" or Char Foo[] = "ABC"" ?
- From: Felix Oxley <lkml at oxley dot org>
- To: gcc at gcc dot gnu dot org
- Cc: joe dot buck at synopsys dot com,rth at redhat dot com,jakub at redhat dot com
- Date: Sun, 9 Oct 2005 22:42:27 +0100
- Subject: Re: Char *Foo = "ABC" or Char Foo[] = "ABC"" ?
- References: <200510071906.23600.lkml@oxley.org>
Thanks for your help guys.
I will go ahead and change these declarations to char[] and see what overall
difference it makes to the kernel size.
cheers,
Felix