8 lines
86 B
C++
8 lines
86 B
C++
|
|
void f()
|
|
{
|
|
// The parameter "1" is invalid!
|
|
strtoul(str, NULL, 1);
|
|
}
|
|
|