473,378 Members | 1,671 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

C90 pdf, available from ANSI

Since I haven't found any recent reference to it in csc or clc, I would
like to bring Readers' attention to the apparent availability of C90
Standard in electronic form from www.ansi.org. I haven't actually
bought it, and I have rather assumed it's a PDF file (but too many things
indicate it is).

(I hope I'm not discovering something that's been obvious for a long
time; somehow I never bumped into these things right down before.)
Here are the details, pasted from ANSI site:

# Document#: AS 3955-1991
# Title: Programming languages - C (FOREIGN STANDARD)
# Abstract: Specifies the form and establishes the interpretation
# of programs written in the C programming language. This
# Standard is identical with and has been reproduced from
# ISO/IEC 9899:1990.
# Normative References: No normative references available
# File Size: 0.98 MB
# Price: $103.10

# Title: Programming languages; C; (ISO/IEC 9899:1990); English
# version EN 29899:1993 (FOREIGN STANDARD)
# Abstract: The document defines the programming language C in
# order to facilitate portability of programs written in
# C between data processing systems.
# Normative References: No normative references available
# File Size: 8.34 MB
# Price: $183.00

# Document#: DIN EN 29899/A1
# Title: Programming languages - C - Amendment 1: C integrity
# (ISO/IEC 9899:1990/AMD 1:1995); English version EN
# 29899:1993/A1:1996 (FOREIGN STANDARD)
# Abstract: This amendment A1 primarily consists of a set of library
# functions which facilitate application programmers the
# use of extended character sets. Additionally, it provides
# alternate spellings for certain tokens.
# Normative References: No normative references available
# File Size: 3.13 MB
# Price: $121.00

--
Stan Tobias
mailx `echo si***@FamOuS.BedBuG.pAlS.INVALID | sed s/[[:upper:]]//g`
Dec 21 '05 #1
5 7509
S.Tobias wrote:
(I hope I'm not discovering something that's been obvious for a long
time; somehow I never bumped into these things right down before.)

Here are the details, pasted from ANSI site:

# Document#: AS 3955-1991
# Title: Programming languages - C (FOREIGN STANDARD)


I've been calling it "Australian Rules C"

http://groups.google.com/group/comp....ian+rules+C%22

.... because it starts like this:

AS 3955—1991
ISO/IEC 9899: 1990
Australian Standard
Programming languages—C

--
pete
Dec 21 '05 #2
On 2005-12-21, S.Tobias <si***@FamOuS.BedBuG.pAlS.INVALID> wrote:
# Document#: DIN EN 29899/A1
# Title: Programming languages - C - Amendment 1: C integrity
# (ISO/IEC 9899:1990/AMD 1:1995); English version EN
# 29899:1993/A1:1996 (FOREIGN STANDARD)
# Abstract: This amendment A1 primarily consists of a set of library
# functions which facilitate application programmers the
# use of extended character sets. Additionally, it provides
# alternate spellings for certain tokens.


Alternate spellings? such as what? I don't think there are any alternate
spellings in standard C. oh, wait... is this just c94 and iso646.h?
Dec 21 '05 #3
In news:sl********************@random.yi.org, Jordan Abel va escriure:
# Document#: DIN EN 29899/A1
# Title: Programming languages - C - Amendment 1: C integrity
# (ISO/IEC 9899:1990/AMD 1:1995); English version EN # Abstract: This amendment A1 primarily consists
<...> oh, wait... is this just c94 and iso646.h?


It is not C94 as a whole, it is just the First Amendment, that is, the text
added to C90 to form C94. It is also known as MSE.
Yes, it includes (for the first time) the specifications of <iso646.h> to be
%:include'd

More or less 50 pages.
Antoine

Dec 22 '05 #4
In comp.std.c S.Tobias <si***@famous.bedbug.pals.invalid> wrote:

Darn, forgot to write the number of the second document,
so for the record, here are its details again:

Document#: DIN EN 29899
# Title: Programming languages; C; (ISO/IEC 9899:1990); English
# version EN 29899:1993 (FOREIGN STANDARD)
# Abstract: The document defines the programming language C in
# order to facilitate portability of programs written in
# C between data processing systems.
# Normative References: No normative references available
# File Size: 8.34 MB
# Price: $183.00


--
Stan Tobias
mailx `echo si***@FamOuS.BedBuG.pAlS.INVALID | sed s/[[:upper:]]//g`
Dec 22 '05 #5
On Wed, 21 Dec 2005 14:58:55 +0000, pete wrote:
S.Tobias wrote:
(I hope I'm not discovering something that's been obvious for a long
time; somehow I never bumped into these things right down before.)

Here are the details, pasted from ANSI site:

# Document#: AS 3955-1991
# Title: Programming languages - C (FOREIGN STANDARD)
I've been calling it "Australian Rules C"


It's missing mention of marks and runners. That's OK though, union is
just as Australian even if it was inherited (that'll have to be emulated,
this isn't "Australian Rules C++" after all) - and our other inheritance
has basic support in 5-count for loops.

(if bemused, Google "Australian Rules")
... because it starts like this:

AS 3955—1991
ISO/IEC 9899: 1990
Australian Standard
Programming languages—C


If you're going to buy the Aussie version anyway, you could also pay us a
virtual visit:

<http://www.standards.com.au/catalogue/script/Details.asp?DocN=stds000005269>

or if you must have the ISO publication - hardcopy only:

<http://www.standards.com.au/catalogue/script/Details.asp?DocN=isoc000512954>

--
http://members.dodo.com.au/~netocrat
Dec 22 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Eric Myers | last post by:
Hello folks: (This message is also posted on the help forum at the pexpect sourceforge page, but all indentation in the code got stripped away when I submitted the post.) For some time I've...
7
by: Office Drone | last post by:
I'm a bit confused about memory usage, and for some reason I wasn't able to find a single point-of-call to get the amount of memory available. If we take, for instance, the Windows platform: ...
28
by: Alf P. Steinbach | last post by:
A few days ago I posted an "Hello, world!" tutorial, discussed in <url: http://groups.google.no/groups?threadm=41ba4c0a.76869078@news.individual.net>. As I wrote then: <quote> because there...
100
by: Roose | last post by:
Just to make a tangential point here, in case anyone new to C doesn't understand what all these flame wars are about. Shorthand title: "My boss would fire me if I wrote 100% ANSI C code" We...
4
by: Luke Wu | last post by:
I am just wondering what the following terms usually mean: 1) "Standard C" 2) "K&R C" 3) "ANSI C" I am pretty sure "ANSI C" usually refers to the C89 standard, but what
7
by: Paul Connolly | last post by:
char *s = "Hello"; s = 'J'; puts(s); might print "Jello" in a pre-ANSI compiler - is the behaviour of this program undefined in any pre-ANSI compiler - or would it always have printed "Jello"...
127
by: bz800k | last post by:
Hi Does this code satisfy ANSI C syntax ? void function(void) { int a = 2; a = ({int c; c = a + 2;}); /* <<-- here !! */ printf("a=%d\n", a);
2
by: prem | last post by:
Hi, Anybody know if there are any *FREE* ANSI C test suite for C/C++ for Compiler available? Any link/pointers is appreciated /Prem
7
by: clinisbut | last post by:
Hi I'm trying to write an app and don't know how to start. I'll have a selector with a list of true type fonts. Each font will represent a different set of chars. Example *arial-font...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.