Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7515 → Rev 7516

/programs/other/table/parser.h
57,6 → 57,8
bool strcmp(char *s1, char *s2);
bool strncmp(char *s1, char *s2, int n);
 
unsigned int chrnum(char* text, char symbol);
 
extern double epsilon;