When does void make code less readable?

Doug Gwyn <gwyn> gwyn at brl-tgr.ARPA
Sat Feb 23 10:53:51 AEST 1985


> 	typedef void unsigned ;

Nope.  Try
	typedef int	void;
or
	#define void	int
(Use "unsigned" if you wish; it shouldn't matter.)



More information about the Comp.lang.c mailing list