Re: FlashPoint card hanging system (BT-950)

Ben Pfaff (pfaffben@msu.edu)
03 Oct 1999 15:58:32 -0400


welash@xnet.com (William Lash) writes:

> The comma operator returns the correct value, but I am not 100% sure that
> it is guaranteed to call the two functions in a let to right order. I

The comma operator introduces a C `sequence point'. Everything on the
left side of the comma is guaranteed to be evaluated before anything
on the right side.

-- 
"Debian for hackers, Red Hat for suits, Slackware for loons."
--CmdrTaco <URL:http://slashdot.org/articles/99/03/22/0928207.shtml>

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/