Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
959 leency 1
 
2
{
3
4
 
5
char		temp[256];
6
unsigned	result;
7
8
 
9
	{
10
	printf("  touch filename\n\r");
11
	return FALSE;
12
	}
13
14
 
15
	{
16
	return FALSE;
17
	}
18
19
 
20
	{
21
	strcpy(temp, file);
22
23
 
24
		k70.p00 = 2;
25
	else
26
		k70.p00 = 3;
27
	}
28
else
29
	{
30
	strcpy(temp, cur_dir);
31
	strcat(temp, file);
32
33
 
34
		k70.p00 = 2;
35
	else
36
		k70.p00 = 3;
37
	}
38
39
 
40
k70.p08 = 0;
41
k70.p12 = 0;
42
k70.p16 = 0;
43
k70.p20 = 0;
44
k70.p21 = temp;
45
46
 
47
48
 
49
	return TRUE;
50
else
51
	return FALSE;
52
53
 
54