Keith-S-Thompson

Keith Thompson

RATING

0.01
Karma: 0.00
avatar
(Sorry if this comment appears twice.)

I suggest using «int main(void)» rather than the old-style «int main()». Every C compiler I've seen will accept both, but I've argued that a strict reading of the C standard indicates that «int main()» has undefined behavior.