Subversion Repositories Kolibri OS

Rev

Rev 6808 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6808 Rev 7004
Line 9... Line 9...
9
{
9
{
10
dword bufoff, buflen;
10
dword bufoff, buflen;
11
byte ch;
11
byte ch;
12
char line[4096]=0;
12
char line[4096]=0;
13
int srch_pos;
13
int srch_pos;
14
dword stroka=0;
-
 
15
dword stroka_y=5;
14
dword stroka_y=5;
16
dword line_length=30;
15
dword line_length=30;
17
dword line_start=io.buffer_data;
16
dword line_start=io.buffer_data;
Line 18... Line 17...
18
 
17