Hacker News new | ask | show | jobs
by hafflelog 4545 days ago
K&R predates the specs, actually. C89 codified the current C parameter convention. Compilers typically continue to support K&R style for very old C code and because it doesn't break modern C support.