
1: \input texinfo @c -*- Texinfo -*- 2: @comment %**start of header (This is for running Texinfo on a region.) 3: @setfilename libc.info 4: @settitle The GNU C Library 5: @c setchapternewpage odd 6: 7: @comment Tell install-info what to do. 8: @dircategory Software libraries 9: @direntry 10: * Libc: (libc). C library. 11: @end direntry 12: @include dir-add.texi 13: 14: @c This tells texinfo.tex to use the real section titles in xrefs in 15: @c place of the node name, when no section title is explicitly given. 16: @set xref-automatic-section-title 17: @c @smallbook 18: @comment %**end of header (This is for running Texinfo on a region.) 19: 20: @c sold 0.06/1.09, print run out 21may96 21: @set EDITION 0.11 22: @set VERSION 2.6 23: @set UPDATED 2006-12-03 24: @set ISBN 1-882114-55-8 25: 26: @copying 27: This file documents the GNU C library. 28: 29: This is Edition @value{EDITION}, last updated @value{UPDATED}, 30: of @cite{The GNU C Library Reference Manual}, for version @value{VERSION}. 31: 32: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 33: 2003, 2007 Free Software Foundation, Inc. 34: 35: Permission is granted to copy, distribute and/or modify this document 36: under the terms of the GNU Free Documentation License, Version 1.2 or 37: any later version published by the Free Software Foundation; with the 38: Invariant Sections being ``Free Software Needs Free Documentation'' 39: and ``GNU Lesser General Public License'', the Front-Cover texts being 40: ``A GNU Manual'', and with the Back-Cover Texts as in (a) below. A 41: copy of the license is included in the section entitled "GNU Free 42: Documentation License". 43: 44: (a) The FSF's Back-Cover Text is: ``You are free to copy and modify 45: this GNU Manual. Buying copies from GNU Press supports the FSF in 46: developing GNU and promoting software freedom.'' 47: @end copying 48: 49: @iftex 50: @shorttitlepage The GNU C Library Reference Manual 51: @end iftex 52: @titlepage 53: @center @titlefont{The GNU C Library} 54: @sp 1 55: @center @titlefont{Reference Manual} 56: @sp 2 57: @center Sandra Loosemore 58: @center with 59: @center Richard M. Stallman, Roland McGrath, Andrew Oram, and Ulrich Drepper 60: @sp 3 61: @center Edition @value{EDITION} 62: @sp 1 63: @center last updated @value{UPDATED} 64: @sp 1 65: @center for version @value{VERSION} 66: @page 67: @vskip 0pt plus 1filll 68: @insertcopying 69: 70: @sp 2 71: Published by the Free Software Foundation @* 72: 59 Temple Place -- Suite 330, @* 73: Boston, MA 02111-1307 USA @* 74: @c ISBN @value{ISBN} @* 75: 76: @sp 2 77: Cover art for the Free Software Foundation's printed edition 78: by Etienne Suvasa. 79: 80: @end titlepage 81: 82: @shortcontents 83: @contents 84: 85: @ifnottex 86: @node Top, Introduction, (dir), (dir) 87: @top Main Menu 88: This is Edition @value{EDITION}, last updated @value{UPDATED}, of 89: @cite{The GNU C Library Reference Manual}, for Version @value{VERSION} 90: of the GNU C Library. 91: @end ifnottex 92: 93: @include top-menu.texi 94: @include chapters.texi 95: 96: @node Free Manuals, Copying, Contributors, Top 97: @include freemanuals.texi 98: 99: @set lgpl-appendix 100: @node Copying, Documentation License, Free Manuals, Top 101: @include lesser.texi 102: 103: @node Documentation License, Concept Index, Copying, Top 104: @include fdl.texi 105: 106: @node Concept Index, Type Index, Documentation License, Top 107: @unnumbered Concept Index 108: 109: @printindex cp 110: 111: @node Type Index, Function Index, Concept Index, Top 112: @unnumbered Type Index 113: 114: @printindex tp 115: 116: @node Function Index, Variable Index, Type Index, Top 117: @unnumbered Function and Macro Index 118: 119: @printindex fn 120: 121: @node Variable Index, File Index, Function Index, Top 122: @unnumbered Variable and Constant Macro Index 123: 124: @printindex vr 125: 126: @node File Index, , Variable Index, Top 127: @unnumbered Program and File Index 128: 129: @printindex pg 130: 131: 132: @bye