File: README

package info (click to toggle)
ebook-dev-alp 200407-2
  • links: PTS
  • area: non-free
  • in suites: buster, stretch
  • size: 4,348 kB
  • ctags: 294
  • sloc: ansic: 2,709; makefile: 135; cpp: 46
file content (24 lines) | stat: -rw-r--r-- 1,019 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

			   Code listings from
		      "Advanced Linux Programming"
			  by CodeSourcery LLC

These are code samples from the book "Advanced Linux Programming," by
Mark Mitchell, Jeffrey Oldham, and Alex Samuel of CodeSourcery LLC.  For
more information about this book, please visit this Web site:

		http://www.advancedlinuxprogramming.com/

To compile and build the programs on most standard GNU/Linux systems,
simply invoke "make" from the top directory.  To clean up build
products, invoke "make clean".  Some program listings do not contain
complete, standalone programs; instead, they contain one or more
functions.  Such files are compiled to object files only.

See "Advanced Linux Programming" for information about the programs,
what they do, how they work, and how to use them.

The programs in "Advanced Linux Programming," and this entire
distribution, are Copyright (C) 2001 by New Riders Publishing and
distributed under the GNU General Public License.  The file COPYRIGHT
contains the text of this license.