cast question

James R Drinkwater jd at csd4.milw.wisc.edu
Tue Jan 31 08:54:56 AEST 1989


Will I  run into any problems with the following:

	struct something *ptr;

	...
		func((int)ptr);

	...
	func(arg)
	int arg;
	{
		...
		return(arg);
	}

Thanks in advance-
Jim Drinkwater



More information about the Comp.lang.c mailing list