Connecting Tech Pros Worldwide Forums | Help | Site Map

WHERE can I get the `ANSI C89 specification' related?

alsor.zhou@gmail.com
Guest
 
Posts: n/a
#1: May 23 '06
hi all,
I'm searching the `ANSI C89 specification' and the related. Since I
tried with `ansi c89 standard' and `ansi c89 specificatioin' in google,
there was none useful links return.
anybody here could do me a fever to show me a link or send me a copy?

Thanks and best regards,
alsor


Vladimir Oka
Guest
 
Posts: n/a
#2: May 23 '06

re: WHERE can I get the `ANSI C89 specification' related?



alsor.zhou@gmail.com wrote:[color=blue]
> hi all,
> I'm searching the `ANSI C89 specification' and the related. Since I
> tried with `ansi c89 standard' and `ansi c89 specificatioin' in google,
> there was none useful links return.
> anybody here could do me a fever to show me a link or send me a copy?[/color]

I think this link is going to be useful:

http://clc-wiki.net/wiki/The_C_Standard

Martin Ambuhl
Guest
 
Posts: n/a
#3: May 23 '06

re: WHERE can I get the `ANSI C89 specification' related?


alsor.zhou@gmail.com wrote:[color=blue]
> hi all,
> I'm searching the `ANSI C89 specification' and the related. Since I
> tried with `ansi c89 standard' and `ansi c89 specificatioin' in google,
> there was none useful links return.
> anybody here could do me a fever to show me a link or send me a copy?[/color]

Dan Pop used to have a copy of the draft on his website. A search of
the archives with Google Groups should find it for you. But, you don't
need to do that. This newsgroup has, in addition to its FAQ
<http://c-faq.com/> has an associated wiki <http://clc-wiki.net/>.
There you will find links to where you can but C89 (and C90), as well
one to Dan Pop's draft <http://danpop.home.cern.ch/danpop/ansi.c>. Are
you sure your want the ANSI 1989 version instead of the renumbered ISO
1990 version?

I hope that someday the C89 and C90 standards will become irrelevant,
replaced by C99 and successors.
Many copies of drafts of these later standards (for those not willing to
pay the extremely low price for the PDF copy from the standards bodies
themselves) are available. For example,
<http://www.pwilson.net/standards.html> has copies of N869 and N843, and
there are numerous copies of N1124, as well.
alsor.zhou@gmail.com
Guest
 
Posts: n/a
#4: May 26 '06

re: WHERE can I get the `ANSI C89 specification' related?


oh, thanks :) "Are you sure your want the ANSI 1989 version instead of
the renumbered ISO
1990 version? " But the links show that ANSI C89 and ISO C89/90 are
mostly the same except "the section numbering of the Standard " :) IS
THAT TRUE?

jjf@bcs.org.uk
Guest
 
Posts: n/a
#5: May 26 '06

re: WHERE can I get the `ANSI C89 specification' related?



alsor.zhou@gmail.com wrote:[color=blue]
> oh, thanks :) "Are you sure your want the ANSI 1989 version instead of
> the renumbered ISO
> 1990 version? " But the links show that ANSI C89 and ISO C89/90 are
> mostly the same except "the section numbering of the Standard " :) IS
> THAT TRUE?[/color]

The Standards are more or less identical apart from section numbers.
However, there's a Rationale document attached to C89 which is not
reproduced in the ISO docs. This is mostly of historical interest these
days, but explains how the Standard came to say what it does where that
is different from some previous C implementations.

Keith Thompson
Guest
 
Posts: n/a
#6: May 26 '06

re: WHERE can I get the `ANSI C89 specification' related?


"alsor.zhou@gmail.com" <alsor.zhou@gmail.com> writes:[color=blue]
> oh, thanks :) "Are you sure your want the ANSI 1989 version instead of
> the renumbered ISO
> 1990 version? " But the links show that ANSI C89 and ISO C89/90 are
> mostly the same except "the section numbering of the Standard " :) IS
> THAT TRUE?[/color]

Please learn to quote properly.

Read <http://cfaj.freeshell.org/google/> and the groups.google.com
information on <http://www.clc-wiki.net/wiki/Introduction_to_comp.lang.c>.

--
Keith Thompson (The_Other_Keith) kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Closed Thread