73
73
test_arg("strstr(v1,v5)",(long) strstr(v1,v5),0L);
74
74
test_arg("strstr(v6,v8)",(long) strstr(v6,v8),0L);
76
test_arg("strinstr(v1,v4)",(long) strinstr(v1,v4),4L);
77
test_arg("strinstr(v1,v5)",(long) strinstr(v1,v5),0L);
78
76
test_arg("strlen(from)",(long) strlen(from),(long) F_LEN);
79
77
test_arg("strlen(\"\")",(long) strlen(""),0L);