aboutsummaryrefslogtreecommitdiffstats
path: root/edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'edit.h')
-rw-r--r--edit.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/edit.h b/edit.h
new file mode 100644
index 0000000..5d8076b
--- /dev/null
+++ b/edit.h
@@ -0,0 +1,23 @@
+#ifndef INCLUDE_BLASSIC_EDIT_H
+#define INCLUDE_BLASSIC_EDIT_H
+
+// edit.h
+// Revision 23-jul-2004
+
+#include "blassic.h"
+#include "file.h"
+
+namespace blassic {
+
+namespace edit {
+
+bool editline (blassic::file::BlFile & bf, std::string & str,
+ size_t npos, size_t inicol= 0, bool lineend= true);
+
+} // namespace blassic
+
+} // namespace edit
+
+#endif
+
+// End of edit.h
Un proyecto texto-plano.xyz