From 586e3f91460e7a873e1d2bb142515b97dd967825 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Thu, 26 Aug 2021 22:27:08 -0500 Subject: [PATCH] Document that toint() is a non-standard extension. --- cc.notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc.notes b/cc.notes index a9d285e..29c9dbf 100644 --- a/cc.notes +++ b/cc.notes @@ -296,7 +296,7 @@ The discussion of strrpbrk() should note that the strrpbrk() function is an exte p. 404 -The discussions of toascii() and _tolower should note that they are extensions to ANSI C. +The discussions of toascii(), toint(), and _tolower should note that they are extensions to ANSI C. p. 405