This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
misc vfprintf cleanups admissible?
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: libc-alpha at sources dot redhat dot com
- Date: Sun, 30 Nov 2003 14:27:34 -0500
- Subject: misc vfprintf cleanups admissible?
Hi folks.
I've been hacking vfprintf, and find some of the huge macros annoying,
especially process_arg.
Would a patch converting the following macros to inline functions be
acceptable?
outchar, outstring, process_arg
Cheers.