10 lines
123 B
Plaintext
10 lines
123 B
Plaintext
== Noncompliant Code Example
|
|
|
|
[source,text]
|
|
----
|
|
void MyPrintf ( char_t * pFormat, ... ) // Noncompliant
|
|
{
|
|
// ...
|
|
}
|
|
----
|