Subject: Linux's printf() extensions
To: None <tech-userlevel@netbsd.org>
From: Lucio de Re <lucio@proxima.alt.za>
List: tech-userlevel
Date: 09/22/1998 06:43:35
Linux (apparently) allows qualifiers of the form "$n", where "n" is a
number to specify a different sequence in which the printf() arguments
are to be output. Has anyone seen this facility ported to NetBSD? I
have an application that makes extensive use of this feature and it
would be painful to change it.
Any pointers greatly appreciated.
++L