Subversion Repositories Kolibri OS

Rev

Rev 9763 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9763 Rev 9778
Line 11... Line 11...
11
} TCoord;
11
} TCoord;
Line 12... Line 12...
12
 
12
 
13
double textwidth(const char* s, int len);
13
double textwidth(const char* s, int len);
Line 14... Line -...
14
double textheight(const char* s, int len);
-
 
15
 
14
double textheight(const char* s, int len);
16
typedef double (*function_t)(double);
15
 
Line -... Line 16...
-
 
16
int isalpha(char c);
-
 
17
double convert(const char* s, int* len);
-
 
18
 
-
 
19
static inline
-
 
20
int roundi(double a) {
-
 
21
	return round(a);
-
 
22
}
-
 
23
 
17
int isalpha(char c);
24
#define EQUALITY_VAL 0.000001