File: stack.xxml

package info (click to toggle)
igraph 1.0.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,436 kB
  • sloc: ansic: 155,759; cpp: 32,544; xml: 2,960; python: 411; makefile: 168; javascript: 20; sh: 9
file content (20 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY igraph "igraph">
]>

<section id="igraph-Stacks">
<title>Stacks</title>

<!-- doxrox-include igraph_stack_init -->
<!-- doxrox-include igraph_stack_destroy -->
<!-- doxrox-include igraph_stack_reserve -->
<!-- doxrox-include igraph_stack_empty -->
<!-- doxrox-include igraph_stack_size -->
<!-- doxrox-include igraph_stack_clear -->
<!-- doxrox-include igraph_stack_push -->
<!-- doxrox-include igraph_stack_pop -->
<!-- doxrox-include igraph_stack_top -->

</section>