Welcome to mirror list, hosted at ThFree Co, Russian Federation.

libc.in.xml « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7bdbb22e3bbacbd80a3501fa00a70b248940fcb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<book id="libc" xmlns:xi="http://www.w3.org/2001/XInclude">
  <bookinfo>
    <productname>newlib</productname>
  </bookinfo>

  <xi:include href="stdlib.xml"/>
  <xi:include href="ctype.xml"/>
  <xi:include href="stdio.xml"/>
  <!-- stdio64 is optional -->
  <xi:include href="stdio64.xml">
    <xi:fallback/>
  </xi:include>

  <xi:include href="strings.xml"/>
  <xi:include href="wcstrings.xml"/>
  <!-- signals is optional -->
  <xi:include href="signal.xml">
    <xi:fallback/>
  </xi:include>

  <xi:include href="time.xml"/>
  <xi:include href="locale.xml"/>
  <!-- reent.tex contains fixed content -->

  <xi:include href="misc.xml"/>
  <!-- posix is optional -->
  <xi:include href="posix.xml">
      <xi:fallback/>
  </xi:include>
  <!-- XXX: stdarg.h and vararg.h are directly described in libc.texi -->

  <!-- iconv is optional -->
  <xi:include href="iconv.xml">
      <xi:fallback/>
  </xi:include>
  <!-- ssp.tex contains fixed content -->

  <xi:include href="sys.xml"/> <!-- sys.tex includes the .def files made in reent/ -->

  <!-- processing should insert index here -->
  <index/>

</book>