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: Object Oriented Programming in ANSI-CObject Oriented Programming in ANSI-C
by
We use ANSI-C to find out how to write object oriented programs , what are they useful for solving bigger problems, and how to catch mistakes earlier. The book covers classes, objects, instances, inheritance, linkage, methods, polymorphisms, and more.
(27119 views)
Book cover: C ProgrammingC Programming
- Wikibooks
C is the precursor for almost all of the popular high-level languages available today. This book represents a comprehensive look at the C programming language and its features. Basic computer literacy is assumed, but no special knowledge is needed.
(35443 views)
Book cover: Using C on the UNIX SystemUsing C on the UNIX System
by - O'Reilly
'Using C on the UNIX System' provides a thorough introduction to the UNIX system call libraries. This book is aimed at programmers who already know C, but who want to take full advantage of the UNIX programming environment.
(9781 views)
Book cover: C Programming for BeginnersC Programming for Beginners
- The C Guru
C is not a high level language, instead it is a mid level language with simplicity of high level language and power of low-level language. As a result programs written in C are very fast. C is used to create UNIX, Linux, Windows, Photoshop.
(13519 views)