forked from starnakin/IronGOLEM
remove: useless func strchri
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
main()
|
||||
{
|
||||
name = "strchri";
|
||||
|
||||
test_num(strchri("bozoman", 'm'), 4, "");
|
||||
test_num(strchri("bozoman", 'v'), 0 - 1, "");
|
||||
test_num(strchri("", 'v'), 0 - 1, "");
|
||||
}
|
Reference in New Issue
Block a user