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: Writing Bug-Free C Code for WindowsWriting Bug-Free C Code for Windows
by - Prentice Hall
The book presents a programming style that automatically detects bugs in C code. It describes a technique that results in bug-free code from the beginning, advocating a style of coding based upon data abstraction and run-time object verification.
(19683 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.
(22212 views)
Book cover: Image Processing in C: Analyzing and Enhancing Digital ImagesImage Processing in C: Analyzing and Enhancing Digital Images
by - R & D Books
An image processing tutorial which explains basic concepts, shows results with photographs, and implements programs in C. The book covers filters, edge detectors, and histogram equalizers, print procedures, and I/O routines, which are ready to use.
(27171 views)
Book cover: An Introduction to GCCAn Introduction to GCC
by - Network Theory Ltd
This manual provides a complete introduction to the GNU C and C++ compilers, common problems and encountered error messages, with numerous easy examples. The text covers compiling using headers and libraries, preprocessor, linking, and more.
(29734 views)