单项选择题

若有定义和语句:
  char*sl="12345",* s2="1234";
  printf("%d\\n",strlen(stren(sl,s2)));
  则输出结果 ( )

A.4
B.5
C.9
D.10