1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
3<book id="libc" xmlns:xi="http://www.w3.org/2001/XInclude">
4  <bookinfo>
5    <productname>newlib</productname>
6  </bookinfo>
7
8  <xi:include href="stdlib.xml"/>
9  <xi:include href="ctype.xml"/>
10  <xi:include href="stdio.xml"/>
11  <!-- stdio64 is optional -->
12  <xi:include href="stdio64.xml">
13    <xi:fallback/>
14  </xi:include>
15
16  <xi:include href="strings.xml"/>
17  <xi:include href="wcstrings.xml"/>
18  <!-- signals is optional -->
19  <xi:include href="signal.xml">
20    <xi:fallback/>
21  </xi:include>
22
23  <xi:include href="time.xml"/>
24  <xi:include href="locale.xml"/>
25  <!-- reent.tex contains fixed content -->
26
27  <xi:include href="misc.xml"/>
28  <!-- posix is optional -->
29  <xi:include href="posix.xml">
30      <xi:fallback/>
31  </xi:include>
32  <!-- XXX: stdarg.h and vararg.h are directly described in libc.texi -->
33
34  <!-- iconv is optional -->
35  <xi:include href="iconv.xml">
36      <xi:fallback/>
37  </xi:include>
38  <!-- ssp.tex contains fixed content -->
39
40  <xi:include href="sys.xml"/> <!-- sys.tex includes the .def files made in reent/ -->
41
42  <!-- processing should insert index here -->
43  <index/>
44
45</book>
46