Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6729 → Rev 6730

/programs/cmm/lib/strings.h
181,7 → 181,7
return 0;
}
 
inline signed int streq(dword text1, text2) {
:bool strequ(dword text1, text2) {
if (!strcmp(text1,text2)) return true; else return false;
}