Stefan Dösinger a écrit :
On Monday 01 February 2010 08:18:42 Christian Costa wrote:
+void Test(void) +{ ... Test();
I think the function name Test() won't be too helpful once more tests are added. You can also make it static, unless you plan to call it from another .c file.
Yeap. Right. I will send a patch for that. Thanks.