Subversion Repositories Kolibri OS

Rev

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

Rev 8793 Rev 9013
Line 38... Line 38...
38
extern void  _FUNC(exit)(int status);
38
extern void  _FUNC(exit)(int status);
Line 39... Line 39...
39
 
39
 
40
extern void _FUNC(srand)(unsigned s);
40
extern void _FUNC(srand)(unsigned s);
Line -... Line 41...
-
 
41
extern int  _FUNC(rand)(void);
-
 
42
 
-
 
43
extern void _FUNC(__assert_fail)(const char *expr, const char *file, int line, const char *func);
41
extern int  _FUNC(rand)(void);
44
extern void _FUNC(qsort)(void *base0, size_t n, size_t size, int (*compar)(const void *, const void *));