12 lines
359 B
XML
12 lines
359 B
XML
<?xml version='1.0' encoding='utf-8' ?>
|
|
<!DOCTYPE programlisting PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
]>
|
|
<!-- Automatically generated file. Do not edit. -->
|
|
<programlisting language="C">
|
|
static const char *const string_list[] = {
|
|
"first",
|
|
"second",
|
|
"third",
|
|
NULL
|
|
};
|
|
</programlisting>
|