Skip to content

Commit 394ba77

Browse files
committed
add detail about C17
1 parent 6eae5b0 commit 394ba77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intro.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@
460460
C99+TC1+TC2+TC3, WG14~N1256, dated 2007-09-07. It is a work in progress,
461461
with its current final draft located here,
462462
\url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf}.
463-
\item After C99, C11 came, officially ISO/IEC 9899:2011. And then C17 in 2018,
464-
officially ISO/IEC 9899:2018.
463+
\item After C99, C11 came, officially ISO/IEC 9899:2011. And then C17,
464+
a bug fix standard, in 2018, officially ISO/IEC 9899:2018.
465465
\item Some difference between C89 and C99 -- inline functions, variable
466466
definitions intermixed with code, one-line comments using \texttt{//}, new
467467
functions like \funnm{snprintf}() etc.

0 commit comments

Comments
 (0)