Syntax
This commit is contained in:
@@ -30,6 +30,7 @@ int32_t numptrs;
|
||||
|
||||
int32_t thing_find(THING *ptr)
|
||||
{
|
||||
int32_t i;
|
||||
for (i=0; i<numptrs; i++)
|
||||
if ( item == thingptrs[i] )
|
||||
return(i);
|
||||
|
||||
Reference in New Issue
Block a user