From 450898513c88e39cfbf5ceeb6c1473f79fd87b49 Mon Sep 17 00:00:00 2001 From: Russell-S-Harper Date: Mon, 23 Jun 2025 21:15:27 -0400 Subject: [PATCH] Updated doc'n with cscanf --- doc/funcref.sgml | 49 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 7e632f71f..82d5cf8bb 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -302,6 +302,7 @@ function. + @@ -2720,7 +2721,7 @@ see anything that you type. (See the description of -/ +, + #include <conio.h> -int main () +int main (void) { char buffer[200], *p; @@ -3353,6 +3355,47 @@ be used in presence of a prototype. +cscanf