1<?xml version="1.0" encoding="UTF-8"?>
2
3<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
4   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
5
6<reference><title>Dynamic string</title>
7
8<partintro>
9<para>Dynamic string is data structure used for simple string operations
10hiding internal operations like memory allocations from the user.</para>
11
12<para>Functions and data structures for dynamic string are declared in
13<filename class='headerfile'>dstring.h</filename>.</para>
14</partintro>
15
16<include xmlns="http://www.w3.org/2001/XInclude" href="dstring_t.xml"/>
17<include xmlns="http://www.w3.org/2001/XInclude" href="dstr_init.xml"/>
18<include xmlns="http://www.w3.org/2001/XInclude" href="dstr_append.xml"/>
19<include xmlns="http://www.w3.org/2001/XInclude" href="dstr_get_data.xml"/>
20
21</reference>
22