I\'ve seen methods with the following signature:
void foo (void);
They take no argument, however I\'m wondering whether doing this is usefu
This is a legacy from the older versions of C for functions with no arguments
C