Subversion Repositories Kolibri OS

Rev

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

Rev 8824 Rev 8919
Line 9... Line 9...
9
double floor(double x);
9
double floor(double x);
10
const char *DoubleToStr(double x, unsigned short digits = 5, bool crop_0 = false);
10
const char *DoubleToStr(double x, unsigned short digits = 5, bool crop_0 = false);
11
double StrToDouble(char *str);
11
double StrToDouble(char *str);
12
long StrToInt(char *str);
12
long StrToInt(char *str);
-
 
13
 
-
 
14
void MessageBox(char *str);
13
15