A89: Re: Re: Re: Re: Re: A C question


[Prev][Next][Index][Thread]

A89: Re: Re: Re: Re: Re: A C question




Hi!

> 10 should be enough in this case, instead of 50.  Functions in ROM are 8
> characters at a maximum, plus the '(', plus the terminating null
character.
> I guess.

Yes.

> Just out of curiosity, wouldn't
> 
> char *string="         ";  // 9 spaces
> 
> work?

Yes.

Zeljko Juric