C语言版本

早在80年代之前,C语言就已经存在10年。

1978年,Kernighan and Ritchie 写书 The C Programming Language ,这个被称为 traditional C 或者 K&R C。

1989年,ANSI(American National Standards Insitute) 标准化C。并在1990 年被ISO(International Standards Organization) 采用。这个版本的C 被称为 C89 或者 ISO C90 或者 ANSI C, K&R 的 The C Programming Language 第二版(1988)详细描述了这个版本。

1999年,ISO采用了C语言的修订版本。这个版本称为 C99

参考: The Linux Programming Interface



blog comments powered by Disqus