Open System Services Porting Guide (G06.24+, H06.03+)

Table Of Contents
About This Manual
Open System Services Porting Guide520573-006
xv
Related Reading
appendix can help you decide whether you can rewrite shell scripts as TACL
macros or command files.
Appendix C, Equivalent Inspect Debugging Commands for dbx Commands,
provides a mapping of dbx commands to Inspect commands for users familiar with
the dbx tool. This appendix can help you decide whether you can rewrite shell
scripts a command files for program maintenance.
Appendix D, Equivalent Native Inspect Debugging Commands for dbx Commands,
provides a mapping of dbx commands to Native Inspect debugger commands for
users familiar with the dbx tool. This appendix can help you decide whether you
can rewrite shell scripts as command files for program maintenance.
Appendix E, Standard POSIX Threads Functions: Differences Between the
Previous and Current Standards, lists the thread functions in groups according to
differences between the IEEE 1003.1c standard, 1995, and the previous standard,
Draft 4 of the IEEE standard.
The Glossary lists and defines OSS terms and abbreviations.
Related Reading
Use the following standard documents when porting code to the OSS environment:
ISO/IEC 9899-1 C Programming Language Standard
ISO/IEC 9945-1 POSIX.1 Standard
ISO/IEC 9945-2 POSIX.2 Standard
Use the following specifications documents when porting code to the OSS
environment:
XPG4 System Interfaces and Headers, Issue 4, Version 2
XPG4 Commands and Utilities, Issue 4, Version 2
XPG4 Networking Services, Issue 4
XPG4 System Interface Definitions, Issue 4, Version 2
Many commercially available texts describe how to write portable applications in C.
The following list includes books for porting and reference books for writing C and C++
programs for UNIX environments:
Arnold, Ken and John Peyton. A C User's Guide to ANSI C. Reading, MA: Addison
& Wesley, 1992.
Ellis, Margaret A. and Bjarne Stroustrup. The Annotated C++ Reference Manual.
Reading, MA: Addison & Wesley, 1990.
Harbinson, Samuel P. and Guy L. Steel. C, A Reference Manual. Englewood Cliffs,
NJ: Prentice Hall, 1991.
Horton, Mark. Portable C Software. Englewood Cliffs, NJ: Prentice Hall, 1990.
Jaeschke, Rex. Portability and the C Language. CBM Books, 1989.