Char *Foo = "ABC" or Char Foo[] = "ABC"" ?

2005-10-07 Thread Felix Oxley
except sh5. This replacement needs to be done manually, > because often 'int' is required due to negative values -Exxx commonly > passed as error values. Can anyone comment on the accuracy of this? Many thanks, Felix Oxley

Re: Char *Foo = "ABC" or Char Foo[] = "ABC"" ?

2005-10-09 Thread Felix Oxley
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