Subversion Repositories Kolibri OS

Rev

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

Rev 9137 Rev 9230
Line 41... Line 41...
41
extern int  _FUNC(rand)(void);
41
extern int  _FUNC(rand)(void);
Line 42... Line 42...
42
 
42
 
43
extern void _FUNC(__assert_fail)(const char *expr, const char *file, int line, const char *func);
43
extern void _FUNC(__assert_fail)(const char *expr, const char *file, int line, const char *func);
Line -... Line 44...
-
 
44
extern void _FUNC(qsort)(void *base0, size_t n, size_t size, int (*compar)(const void *, const void *));
44
extern void _FUNC(qsort)(void *base0, size_t n, size_t size, int (*compar)(const void *, const void *));
45
 
Line 45... Line 46...
45
 
46
extern double _FUNC(strtod)(const char *s, char **sret);