Logo

Programming in C: UNIX System Calls and Subroutines using C

Small book cover: Programming in C: UNIX System Calls and Subroutines using C

Programming in C: UNIX System Calls and Subroutines using C
by

Publisher: Cardiff University

Description:
This book is guide to UNIX software development in C for professional programmers and students. The book focuses on the UNIX system call interface, the programming interface between the UNIX Kernel and applications software running in the UNIX environment. The techniques required by systems programmers are developed in depth, illustrated by a wealth of examples.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Programming in CProgramming in C
by - University of Hawaii at Manoa
Contents: Designing Programs Top Down; Processing Character Data; Numeric Data Types and Expression Evaluation; Pointers; Arrays; Functions and Files; Two Dimensional Arrays; Sorting and Searching; String Processing; Structures and Unions; etc.
(20961 views)
Book cover: The GNU C Library Reference ManualThe GNU C Library Reference Manual
by - Free Software Foundation, Inc.
The GNU C library, described in this document, defines all of the library functions that are specified by the ISO C standard, as well as additional features specific to POSIX. This manual tells you how to use the facilities of the GNU library.
(22309 views)
Book cover: An Introduction to the C Programming Language and Software DesignAn Introduction to the C Programming Language and Software Design
by - University of Sydney
This textbook is a thorough introduction to the C programming language, with an emphasis on software design and code organisation. The author shows how to apply the language features to build scalable modular software systems.
(8193 views)
Book cover: Debugging C and C++ code in a Unix environmentDebugging C and C++ code in a Unix environment
by - OOPWeb.com
This document describes several techniques and tools for debugging code in C-like languages in a Unix environment. We will also discuss some good coding practices that will diminish the occurrence of certain types of bugs.
(23124 views)