Declare Version 1.0 of the Checked C spec.

This commit is contained in:
David Tarditi 2023-11-07 22:27:52 -08:00
Родитель 84ae80fafd
Коммит 936ad214d7
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -186,7 +186,8 @@
\mbox{ }\\
\vspace{1in}
{\huge Checked C Specification \par}
{Version 1.0 - Draft as of \today \par}
% {Version 1.0 - Draft as of \today \par}
{Version 1.0 - November 7, 2023}
\vspace{0.25in}
{\it Summary \par}

Просмотреть файл

@ -396,7 +396,7 @@ example, a fact can be that the range of an integer variable \code{i}
is always between 0 and 10. This can be used to deduce that an array
access in a crucial inner loop is always in bounds.
Chapter\ref{chapter:roadmap} describes future planned features for Checked C.
Chapter~\ref{chapter:roadmap} describes future planned features for Checked C.
These feature are currently not implemented in the Checked C compiler.
\omitted{