What the hell does this mean??

Dave P. Schaumann dave at cs.arizona.edu
Fri Mar 8 09:37:07 AEST 1991


In article <6117 at mahendo.Jpl.Nasa.Gov> robert at triton.JPL.NASA.GOV writes:
>Hello fellow C programmers,
>	I have a small problem:
>		"spa_tclkutc.c", line 130: unacceptable operand of &
>	on this line
>		(void) sscanf(ptr,"%04d",&(primary.utc.dy));

The first thing that comes to mind is that primary was declared as a
register variable.  This is the only circumstance I am aware of that
forbids use of the & operator.

-- 
Dave Schaumann | dave at cs.arizona.edu | Short .sig's rule!



More information about the Comp.lang.c mailing list