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

cygwin-api.xml « doc « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 267c2cb717aa81b620d584df31c9e9399ad96b5a (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
<?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="cygwin-api" xmlns:xi="http://www.w3.org/2001/XInclude">

  <bookinfo>
    <title>Cygwin API Reference</title>
    <abstract role="texinfo-node">
      <para>Cygwin API Reference</para>
    </abstract>
      <xi:include href="legal.xml"/>
  </bookinfo>

  <toc></toc>

  <xi:include href="posix.xml"/>

  <chapter id="cygwin-functions" xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>Cygwin Functions</title>

  <para>
    These functions are specific to Cygwin itself, and probably won't be
    found anywhere else.
  </para>

    <xi:include href="path.xml"/>
    <xi:include href="logon-funcs.xml"/>
    <xi:include href="misc-funcs.xml"/>

  </chapter>

</book>