Results 1 -
4 of
4
Notes on Writing Portable Programs In C
, 2000
"... This document is in the public domain. Email address (Internet) are ado@sauna.hut.fi (preferred contact) and arl@sauna.hut.fi, respectively ..."
Abstract
-
Cited by 1 (0 self)
- Add to MetaCart
This document is in the public domain. Email address (Internet) are ado@sauna.hut.fi (preferred contact) and arl@sauna.hut.fi, respectively
Notes on Writing Portable Programs in C
, 1995
"... This documents describes the features and non-features of different C preprocessors, compilers, and environments. As such, it is an incomplete document, growing as information is gathered. It contains some material concerning ANSI C but it is not a substitute for the Standard itself; neither are rel ..."
Abstract
- Add to MetaCart
This documents describes the features and non-features of different C preprocessors, compilers, and environments. As such, it is an incomplete document, growing as information is gathered. It contains some material concerning ANSI C but it is not a substitute for the Standard itself; neither are related textbooks. We assume the reader is familiar with the C programming language. Internet: ado@sauna.hut.fi. y Internet: pardo@cs.washington.edu. z Internet: gvr@cs.brown.edu. 2 Contents 1 Foreword 4 2 Introduction 4 3 Standardization Efforts 5 3.1 ANSI C : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 5 3.1.1 Translation Limits : : : : : : : : : : : : : : : : : : : : 5 3.1.2 Unspecified and Undefined Behavior : : : : : : : : : : 7 3.2 POSIX : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 7 4 Preprocessors 7 4.1 Command Options : : : : : : : : : : : : : : : : : : : : : : : : 8 4.2 #pragma and #elif : : : : : : : : : : : : : : : : : : : : : : : : 8 4.3 ...
Notes on Writing Portable Programs in C
, 1995
"... This documents describes the features and non-features of different C preprocessors, compilers, and environments. As such, it is an incomplete document, growing as information is gathered. It contains some material concerning ANSI C but it is not a substitute for the Standard itself; neither are ..."
Abstract
- Add to MetaCart
This documents describes the features and non-features of different C preprocessors, compilers, and environments. As such, it is an incomplete document, growing as information is gathered. It contains some material concerning ANSI C but it is not a substitute for the Standard itself; neither are related textbooks. We assume the reader is familiar with the C programming language. Internet: ado@sauna.hut.fi. y Internet: pardo@cs.washington.edu. z Internet: gvr@cs.brown.edu. 1 2 Contents 1 Foreword 4 2 Introduction 4 3 Standardization Efforts 5 3.1 ANSI C : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 5 3.1.1 Translation Limits : : : : : : : : : : : : : : : : : : : : 5 3.1.2 Unspecified and Undefined Behavior : : : : : : : : : : 7 3.2 POSIX : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 7 4 Preprocessors 7 4.1 Command Options : : : : : : : : : : : : : : : : : : : : : : : : 8 4.2 #pragma and #elif : : : : : : : : : : : : : : : : : : : : : : : : 8 4...

