D
Dave Vandervies
Seen in another place:
--------
typedef void my_lib_void;
my_lib_void my_lib_func(my_lib_void);
--------
(summarized from what should be appearing at
<http://yossi.kreinin.hates-software.com/2007/07/10/7a21fc28.html>
eventually, though it's broken as I'm writing this)
This is perfectly valid C; I don't know why anybody would actually WANT
to do it, but that apparently doesn't stop people.
It's reported that a C++ compiler will choke on it, though.
dave
--------
typedef void my_lib_void;
my_lib_void my_lib_func(my_lib_void);
--------
(summarized from what should be appearing at
<http://yossi.kreinin.hates-software.com/2007/07/10/7a21fc28.html>
eventually, though it's broken as I'm writing this)
This is perfectly valid C; I don't know why anybody would actually WANT
to do it, but that apparently doesn't stop people.
It's reported that a C++ compiler will choke on it, though.
dave