delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1998/06/23/03:34:46

From: dbe AT wgn DOT net ($Bill Luebkert)
Subject: Re: scanf "%n" format specifier is not supported
23 Jun 1998 03:34:46 -0700 :
Message-ID: <358F0208.CB0AC36F.cygnus.gnu-win32@wgn.net>
References: <Pine DOT GSO DOT 3 DOT 96 DOT 980622162749 DOT 14664D-100000 AT sigma>
Mime-Version: 1.0
To: "gnu-win32 AT cygnus DOT com" <gnu-win32 AT cygnus DOT com>

Alexander Chernov wrote:
> 
> Hello,
> 
> This looks like a missing feature: "%n" format specifier in sscanf
> is not supported. For example, the following piece of code
> left variable n value as 0 instead of 2. According to my textbooks
> ANSI C specifies %n specifier.
> 
> #include <stdio.h>
> #include <string.h>
> 
>   int
> main()
> {
>   int v = 0, n = 0, r = 0;
> 
>   r = sscanf("32", "%d %n", &v, &n);
>   printf("v = %d\nn = %d\nr = %d\n", v, n, d);
>   return 0;
> }

I would assume this is normal behavior since the %d sucked up the entire 
"32" and left nothing for the %n.

-- 
  ,-/-  __      _  _         $Bill Luebkert
 (_/   /  )    // //       DBE Collectibles
  / ) /--<  o // //      http://www.wgn.net/~dbe/
-/-' /___/_<_</_</_    Mailto:dbe AT wgn DOT net
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019