Comment by xigoi
7 hours ago
I’m talking about the “non-local” flavor of undefined behavior. For example, I’d expect the following code:
int x;
printf("%d", x - x);
to always print 0, but it can it fact do anything at all.
7 hours ago
I’m talking about the “non-local” flavor of undefined behavior. For example, I’d expect the following code:
int x;
printf("%d", x - x);
to always print 0, but it can it fact do anything at all.
No comments yet
Contribute on Hacker News ↗