cppcheck/testfunc5/testfunc5.cpp

13 lines
99 B
C++

void f1()
{
strtok(str,"abc");
}
void f2()
{
strtok(str,"abc");
f1();
}