pointer question

Ron Natalie <ron> ron at brl-vgr.ARPA
Fri Apr 6 07:34:55 AEST 1984


It is not dangerous to implement the pointer yourself:

	p = p + 4

means incrememt p by 4 items of the pointer type.  Totally machine
indepedant.

-Ron



More information about the Comp.lang.c mailing list