Xref: utzoo comp.std.c:3367 comp.lang.c:30227 Path: utzoo!attcan!uunet!mcsun!tuvie!inst182 From: inst182@tuvie (Inst.f.Techn.Informatik) Newsgroups: comp.std.c,comp.lang.c Subject: Re: Explain this sscanf behavior. Keywords: sscanf ANSI Message-ID: <1666@tuvie> Date: 10 Jul 90 09:32:21 GMT References: <1990Jul6.181830.2549@tc.fluke.COM> Reply-To: inst182@tuvie.UUCP (Inst.f.Techn.Informatik) Followup-To: comp.std.c Organization: Technical University of Vienna, EDP-Center Lines: 7 To add a new variant, on a DECstation 3100 (Ultrix 2.1) both cc (1.31) and gcc (1.37) give the following results: x=2, a=123, b=3 x=1, a=123, b=3 (no coredumps)