ext_116802 (
mkj.livejournal.com
) wrote
in
theducks
2008-08-05 07:57 pm (UTC)
ISO 9899 section J3.4
char's signedness is implementation-defined. If you care, use "(un)signed char" or pass some gcc flag to force it a particular way.
J3.4
"Which of signed char or unsigned char has the same range, representation, and behavior as ‘‘plain’’ char"
(
7 comments
)
Post a comment in response:
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]
ISO 9899 section J3.4
J3.4
"Which of signed char or unsigned char has the same range, representation, and behavior as ‘‘plain’’ char"