interesting C allocation phenomenon (followup)

jmc at root44.UUCP jmc at root44.UUCP
Thu Jul 7 15:40:59 AEST 1983


How I agree with Alan Watt about wanting to be able to specify an array
size of 0.

I am SICK of typing

	sizeof(struct header) - sizeof(struct data) + n * sizeof(struct data)

kind of expressions, and more perverse ones to determine how many data items
there are from the record length.

		John Collins
		Root Computers Ltd
			....!vax135!ukc!root44!jmc



More information about the Comp.lang.c mailing list