Subversion Repositories Kolibri OS

Rev

Rev 9780 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9780 Rev 9808
Line 4... Line 4...
4
// autobuild does not create lang.h, but defines LANG_{RUS,ENG} directly
4
// autobuild does not create lang.h, but defines LANG_{RUS,ENG} directly
5
#include "lang.h"
5
#include "lang.h"
6
#endif
6
#endif
7
 
7
 
Line -... Line 8...
-
 
8
#include  // Added by Coldy (this should be right here)
-
 
9
 
8
#include "system/boolean.h"
10
#include "system/boolean.h"
9
#include "system/kolibri.h"
11
#include "system/kolibri.h"
10
//#include "system/stdlib.h"
12
//#include "system/stdlib.h"
11
//#include "system/string.h"
13
//#include "system/string.h"
12
//#include "system/ctype.h"
14
//#include "system/ctype.h"
Line 35... Line 37...
35
	}
37
	}
36
}
38
}
37
//--------
39
//--------
38
 
40
 
Line 39... Line -...
39
extern int  _FUNC(sprintf)(char* buffer, const char* format, ...);
-
 
40
 
-
 
41
#include "globals.h"
41
#include "globals.h"
42
#include "prototypes.h"
42
#include "prototypes.h"
Line 43... Line 43...
43
 
43
 
44
// from main file (shell.c). TODO - in future move to library
44
// from main file (shell.c). TODO - in future move to library