Mercurial
lemon-0.x
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
doc/algorithms.dox
author
deba
Wed, 06 Sep 2006 09:54:46 +0000
changeset 2198
416b0c06b5c8
child 2216
1e45cdeea3cc
permissions
-rw-r--r--
Using abort() instead of exit(1)
If a program is aborted then the call stack can be analyzed with debugger.
The exit(1) does not provides that.
1
/**
2
\page algorithms Algorithms
3
4
Place-holder page for algorithms.
5
*/