Paul Eggert wrote: > While we're on the subject of the *z*printf API, I was surprised to see > the obstack-related functions in stdio.h. Shouldn't they be in obstack.h?
glibc has obstack_printf and obstack_vprintf in /usr/include/stdio.h. Gnulib's obstack* modules are intended to mimic glibc, mutatis mutandis. Bruno