Browse Source
See also: http://article.gmane.org/gmane.linux.kernel/1268792 The C compiler will handle (void) as "no arguments" and () as "variadic function" (equivalent to (...)) which might lead to subtle errors, such as the one which was fixed with commit 0ea64ae4.master
Michael Stapelberg
13 years ago
5 changed files with 13 additions and 13 deletions
Loading…
Reference in new issue