From 08feec44447750b6257b28937f1059b4e5422190 Mon Sep 17 00:00:00 2001 From: Petr Kadlec Date: Mon, 5 Feb 2024 11:11:21 +0100 Subject: [PATCH] Fix link in 68N15-C.tex The C programming language is listed under C1, not CProgrammingLanguage --- 68N15-C.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/68N15-C.tex b/68N15-C.tex index 8c97796..f0072f1 100644 --- a/68N15-C.tex +++ b/68N15-C.tex @@ -76,7 +76,7 @@ \end{verbatim} This program works pretty much the same as -\PMlinkname{the corresponding C example}{CProgrammingLanguage}. +\PMlinkname{the corresponding C example}{C1}. Instead of C's standard I/O library, the program uses C++'s \verb=iostream= library. A substantial difference between the two programs