Subversion Repositories Kolibri OS

Rev

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

Rev 990 Rev 7516
Line 55... Line 55...
55
 
55
 
Line 56... Line 56...
56
bool strcmp(char *s1, char *s2);
56
bool strcmp(char *s1, char *s2);
57
bool strncmp(char *s1, char *s2, int n);
57
bool strncmp(char *s1, char *s2, int n);
Line -... Line 58...
-
 
58
 
-
 
59
unsigned int chrnum(char* text, char symbol);
58
 
60
 
Line 59... Line 61...
59
extern double epsilon;
61
extern double epsilon;
60
 
62