From: rhg AT cps DOT com (Richard H. Gumpertz) Subject: Re: printf problem: "%1$s" not handled? 20 Apr 1998 01:50:56 -0700 Message-ID: <199804192307.SAA12591.cygnus.gnu-win32@Pooh.cps.com> References: <001b01bd6a64$d918d8c0$15d0d3c6 AT chris-lee DOT mag DOT com> To: leec AT mag DOT com (Christopher Lee) Cc: gnu-win32 AT cygnus DOT com > Hi, > I'm having trouble on gnu-win32-b19.1 with the printf/sprintf functions. > Basically, positional parameters don't seem to be working: > > #include > > int main() > { > printf("<%1$s> <%2$s> <%3$s> <%4$s>\n","one","two","three","four"); > return 0; > } > > Should print (e.g. on LINUX, SUN, SGI, DEC, etc.): > > > on GNU-WIN32 prints: > <$s> < $s> < $s> < $s> > > Any way to fix this? e.g. to replace printf/sprintf in B19.1 with ANSI > versions? > > Yours, > > Chris Lee What is the '$' in your control strings? I've never seen that in printf control strings. Is that the source of your problem? Is it some sort of local extension? Rick Gumpertz -- ======================================================================== | Richard H. Gumpertz, PhD VOICE: (913) 642-1777 or (913) 534-5062 | | Computer Problem Solving FAX: (913) 752-6615 or (913) 642-8777 | | 4518 West 89th Street, Suite 220, Prairie Village, KS 66207-2293 | ======================================================================== - 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".