FRautenberg

Results 1 issues of FRautenberg

If a closing bracket is commented out within parameters, no prototype is generated for the function. Compiling this sketch: ```c++ void setup() { foo(1,2); } void loop() {} void foo(int...

topic: code
type: imperfection