Subversion Repositories Kolibri OS

Rev

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

Rev 8687 Rev 8743
Line 35... Line 35...
35
 
35
 
Line 36... Line 36...
36
extern long int _FUNC(strtol)(const char* str, char** endptr, int base);
36
extern long int _FUNC(strtol)(const char* str, char** endptr, int base);
Line -... Line 37...
-
 
37
 
-
 
38
extern void  _FUNC(exit)(int status);
-
 
39
 
37
 
40
extern void _FUNC(srand)(unsigned s);
38
extern void  _FUNC(exit)(int status);
41
extern int  _FUNC(rand)(void);