forked from starnakin/IronGOLEM
remove: useless func strchri
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
strchri(str, c)
|
||||
{
|
||||
local i = 0;
|
||||
|
||||
loop {
|
||||
if ([str + i] == c)
|
||||
return (i);
|
||||
if ([str + i] == 0)
|
||||
return (0 - 1);
|
||||
i++;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user