IBM C Library Reference: Difference between revisions
Created page with "'''Reprint Courtesy of International Business Machines Corporation, © International Business Machines Corporation''' ==Download== * [https://archive.org/download/IBMOS2Warp4..." |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{CLibRef}} | |||
{{IBM-Reprint}} | |||
The C language is a general-purpose, function-oriented programming language that you can use to create applications quickly and easily. C provides high-level control statements and data types similar to other structured programming languages as well as many of the benefits of a low-level language. Portable code is easily written in the C language. | |||
[[Category:Books]] | This book describes the library functions provided by ''The [[IBM Developer's Toolkit for OS/2 Warp Version 4]]'' (referred to in this book as ''The Developer's Toolkit'') product. Many of the functions are defined by the following language standards: | ||
*The American National Standards Institute C Standard and International Standards Organization, ANSI/ISO 9899-1990[1992], and the amendment ISO/IEC 9899:1990/Amendment 1:1993(E) | |||
*The ISO/IEC 9945-1:1990/IEEE POSIX 1003.1-1990 standard | |||
*The X/Open Common Applications Environment Specification, System Interfaces and Headers, Issue 4 | |||
*The IBM [[Systems Application Architecture]] (SAA) C Level 2 language definition. | |||
Unless explicitly indicated otherwise, all of the library functions described in this book are also available to C++ programs. | |||
==Links== | |||
* [https://archive.org/download/IBMOS2Warp4ToolkitDocuments2/xpg4ref.inf xpg4ref.inf] | |||
* [https://komh.github.io/os2books/os2tk45/xpg4ref/ Web Book] | |||
[[Category:Online Books]] |
Latest revision as of 00:09, 11 May 2024
IBM C Library Reference |
---|
|
Reprint Courtesy of International Business Machines Corporation, © International Business Machines Corporation
The C language is a general-purpose, function-oriented programming language that you can use to create applications quickly and easily. C provides high-level control statements and data types similar to other structured programming languages as well as many of the benefits of a low-level language. Portable code is easily written in the C language.
This book describes the library functions provided by The IBM Developer's Toolkit for OS/2 Warp Version 4 (referred to in this book as The Developer's Toolkit) product. Many of the functions are defined by the following language standards:
- The American National Standards Institute C Standard and International Standards Organization, ANSI/ISO 9899-1990[1992], and the amendment ISO/IEC 9899:1990/Amendment 1:1993(E)
- The ISO/IEC 9945-1:1990/IEEE POSIX 1003.1-1990 standard
- The X/Open Common Applications Environment Specification, System Interfaces and Headers, Issue 4
- The IBM Systems Application Architecture (SAA) C Level 2 language definition.
Unless explicitly indicated otherwise, all of the library functions described in this book are also available to C++ programs.