Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4411 leency 1
 
2
enum { _WIN, _DOS, _KOI, _UTF };
3
4
 
5
#define ID2         177
6
7
 
8
 
9
 
10
	char temp1[sizeof(URL)];
11
	strcpy(#temp1, #URL);
12
	temp1[len] = 0x00;
13
	return #temp1;
14
}
15
16
 
17
18
 
19
 
20
{
21
	int i, j = 0;
22
	for (i = 0; i <= id - 401; i++)
23
	{
24
		do
25
		{
26
			j++;
27
			if (j>=strlen(#page_links)) return;
28
		}
29
		while (page_links[j] <>'|');
30
	}
31
	page_links[j] = 0x00;
32
	strcpy(#URL, #page_links+strrchr(#page_links, '|'));
33
}
34