[Tinyos-devel] void f(void)

David Gay dgay42 at gmail.com
Wed Oct 3 13:33:28 PDT 2007


nesC currently complains if you say

  void f(void) { ... }

in a module or interface, requiring you to use ().

I'm tempted to do away with this irregularity with C, and allow both
() and (void).

Thoughts? Objections?

David


More information about the Tinyos-devel mailing list