关于 K&R C 的一些你不知道的事
来源:sebsite.pw — 2026-07-16
📋 概述
一篇关于 K&R C 语言细节的深度文章,挖掘了许多即使是资深 C 程序员也不了解的 K&R C 特性、限制和历史趣事。
🔑 核心要点
- alongside that, i've also been reading the c89 rationale document, and the source code for the 7th edition unix c compiler.
- i've also been reading some other related stuff.
- but in the context of c's development, it kinda makes sense actually.
- well, ok, it doesn't make "sense", but it's more justifiable.
- the original c compiler was a single-pass compiler.
💡 金句
a bunch of stuff i used to not know about K&R C sebsite a bunch of stuff i used to not know about K&R C 2026-07-12 ok so i've been reading the "specification" from "the c programming language" (1st edition).
← 返回 Lobsters 首页