This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Ole Anders 256abc64d5 fixed function to not accept any arguments.
As per Pramod's comment on stack overflow:

In C int foo() and int foo(void) are different functions. int foo()
accepts an arbitrary number of arguments, while int foo(void) accepts 0
arguments. In C++ they mean the same thing. I suggest that you use void
consistently when you mean no arguments.
2017-03-28 17:08:01 +02:00
..
2016-11-13 01:04:10 -05:00
2017-03-01 21:40:13 -05:00