Subversion Repositories Kolibri OS

Rev

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

Rev 6412 Rev 6424
Line 19... Line 19...
19
extern void* stdcall realloc(void* pointer,dword size);
19
extern void* stdcall realloc(void* pointer,dword size);
Line 20... Line 20...
20
 
20
 
21
extern int rand (void);
21
extern int rand (void);
Line -... Line 22...
-
 
22
extern void srand (unsigned int seed);
-
 
23
 
-
 
24
double strtod (const char* str, char** endptr);
-
 
25
long double strtold (const char* str, char** endptr);
-
 
26
float strtof (const char* str, char** endptr);
-
 
27
 
22
extern void srand (unsigned int seed);
28
 
23
 
29
#define exit(a) _ksys_exit()