Email or username:

Password:

Forgot your password?
Top-level
RevK :verified_r:

@lcamtuf that is some proper cursed C there. And can you really guarantee the side effects of an array initialisation will be in order?

2 comments
RevK :verified_r:

@dalias @lcamtuf I was also trying to get my head around using if() with an array, I’m assuming it is just if(pointer) which is going to be true, as I am unaware of any specially processing of a condition that is an array.

Go Up