From: utzoo!decvax!harpo!ihnp4!ihldt!stewart Newsgroups: net.lang.c Title: Re: type "void" in C Article-I.D.: ihldt.1232 Posted: Mon Jan 3 14:08:01 1983 Received: Tue Jan 4 02:24:15 1983 References: houxf.265 After having some problems with type "void", I contacted our local language supporters and found out that the proper use is "void int". Just using "void" is usually OK, but it won't work in some circumstances (i.e. function pointers, etc.).