aboutsummaryrefslogtreecommitdiffstats
path: root/edit.h
blob: 5d8076b001c04cc65538e30657cb218cc16b0260 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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