Mercurial > hg > octave-lyh
comparison doc/interpreter/munge-texi.cc @ 7048:845ca0affec0
[project @ 2007-10-22 16:55:41 by jwe]
author | jwe |
---|---|
date | Mon, 22 Oct 2007 16:55:41 +0000 |
parents | a1dbe9d80eee |
children | f3dbea0e8a1d |
comparison
equal
deleted
inserted
replaced
7047:d00f05fb8105 | 7048:845ca0affec0 |
---|---|
27 #include <cctype> | 27 #include <cctype> |
28 #include <iostream> | 28 #include <iostream> |
29 #include <fstream> | 29 #include <fstream> |
30 #include <string> | 30 #include <string> |
31 #include <map> | 31 #include <map> |
32 | |
33 #include <cstdlib> | |
34 #include <cstring> | |
32 | 35 |
33 static const char doc_delim = ''; | 36 static const char doc_delim = ''; |
34 | 37 |
35 static std::map<std::string, std::string> help_text; | 38 static std::map<std::string, std::string> help_text; |
36 | 39 |