Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5624 → Rev 5625

/programs/cmm/lib/strings.h
400,7 → 400,7
}
 
 
/*inline fastcall signed int strchr( ESI,BL)
inline fastcall signed int old_strchr( ESI,BL)
{
int jj=0;
do{
409,7 → 409,7
IF(AL==BL) return jj;
} while(AL!=0);
return 0;
}*/
}
 
inline dword strchr(dword shb;char s)
{
919,7 → 919,6
}
 
 
//#define strncpy strcpyn
#define strnmov strmovn
#define stricmp strcmpi
#define strcmpn strncmp