Subversion Repositories Kolibri OS

Rev

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

Rev 5591 Rev 5598
Line -... Line 1...
-
 
1
#ifndef INCLUDE_FILESYSTEM_H
-
 
2
#define INCLUDE_FILESYSTEM_H
-
 
3
#ifndef INCLUDE_KOLIBRI_H
-
 
4
#include "../lib/kolibri.h"
-
 
5
#endif
-
 
6
 
-
 
7
#ifndef INCLUDE_STRING_H
-
 
8
#include "../lib/strings.h"
-
 
9
#endif
-
 
10
 
1
:struct f70{
11
:struct f70{
2
	dword	func;
12
	dword	func;
3
	dword	param1;
13
	dword	param1;
4
	dword	param2;
14
	dword	param2;
5
	dword	param3;
15
	dword	param3;
Line 325... Line 335...
325
	strcpy(#size, kb_line);
335
	strcpy(#size, kb_line);
326
	strcat(#size, " Kb");
336
	strcat(#size, " Kb");
Line 327... Line 337...
327
 
337
 
328
	return #size;
338
	return #size;
329
}
339
}
-
 
340
#endif
330
>
341
>