* c.texi (Signed and Unsigned Types): Fix a typo, 'vslue'.
This commit is contained in:
parent
763a563f01
commit
212029ee3d
2
c.texi
2
c.texi
|
@ -3887,7 +3887,7 @@ compiler, the machine in use, and its operating system. It is not
|
||||||
char}, but it is always equivalent to one of those two.
|
char}, but it is always equivalent to one of those two.
|
||||||
|
|
||||||
In many programs, it makes no difference whether the type @code{char}
|
In many programs, it makes no difference whether the type @code{char}
|
||||||
is signed. When signedness does matter for a certain vslue, don't
|
is signed. When signedness does matter for a certain value, don't
|
||||||
leave it to chance; declare it as @code{signed char} or @code{unsigned
|
leave it to chance; declare it as @code{signed char} or @code{unsigned
|
||||||
char} instead.@footnote{Personal note from Richard Stallman: Eating
|
char} instead.@footnote{Personal note from Richard Stallman: Eating
|
||||||
with hackers at a fish restaurant, I ordered arctic char. When my
|
with hackers at a fish restaurant, I ordered arctic char. When my
|
||||||
|
|
Loading…
Reference in New Issue