单项选择题

下面函数的功能是( )。
sss(s,t)
char*s,*t;
while((*s)&&(*t)&&(*t++==*s++));
return(*s-*t):

A) 将字符串s复制到字符串t中
B) 比较两个字符串的火小
C) 求字符串的长度
D) 将字符书s接续到字符串t中