This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:tech:iso:c [2020/05/10 17:27] char |
dido:public:ra:xapend:xapend.b_stds:tech:iso:c [2021/08/17 15:25] (current) murphy |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== ISO/IEC 9899:2018 Programming languages -- C ===== | ===== ISO/IEC 9899:2018 Programming languages -- C ===== | ||
| - | [[dido:public:ra:xapend.stds:tech:iso| return to the ISO Standards ]] | + | [[dido:public:ra:xapend:xapend.b_stds:tech:iso:start| return to the ISO Standards ]] |
| <table> | <table> | ||
| Line 15: | Line 15: | ||
| ==== Summary ==== | ==== Summary ==== | ||
| - | : //This document specifies the form and establishes the interpretation of programs written in the C programming language.// | + | : //This document specifies the form and establishes the interpretation of programs written in the C [[dido:public:ra:xapend:xapend.a_glossary:p:programlang|programming language]].// |
| : //It specifies:// | : //It specifies:// | ||
| - //the representation of C programs;// | - //the representation of C programs;// | ||
| - | - //the syntax and constraints of the C language;// | + | - //the [[dido:public:ra:xapend:xapend.a_glossary:s:syntax|syntax]] and constraints of the C language;// |
| - //the semantic rules for interpreting C programs// | - //the semantic rules for interpreting C programs// | ||
| - //the representation of input data to be processed by C programs;// | - //the representation of input data to be processed by C programs;// | ||
| Line 28: | Line 28: | ||
| - //the mechanism by which input data are transformed for use by a C program;// | - //the mechanism by which input data are transformed for use by a C program;// | ||
| - //the mechanism by which output data are transformed after being produced by a C program;// | - //the mechanism by which output data are transformed after being produced by a C program;// | ||
| - | - //the size or complexity of a program and its data that will exceed the capacity of any specific data-processing system or the capacity of a particular processor;// | + | - //the size or complexity of a program and its data that will exceed the capacity of any specific data-processing system or the capacity of a particular [[dido:public:ra:xapend:xapend.a_glossary:p:processor|processor]];// |
| - //all minimal requirements of a data-processing system that is capable of supporting a conforming implementation.// | - //all minimal requirements of a data-processing system that is capable of supporting a conforming implementation.// | ||
| + | |||
| + | |||
| + | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
| + | /* To add a discussion page to this page, comment out the line that says | ||
| + | ~~DISCUSSION:off~~ | ||
| + | */ | ||
| + | ~~DISCUSSION:on|Outstanding Issues~~ | ||
| + | ~~DISCUSSION:off~~ | ||