Hash :
295cc7fb
Author :
Date :
2023-06-08T14:53:51
Spelling fixes Most of these were reported by Josh Soref <jsoref@gmail.com> in: https://lists.gnu.org/r/bug-gnulib/2023-06/msg00057.html except that some are omitted because the original is OK (e.g., "obsolescent"), and some are omitted because they are upstream files and I've fixed them upstream or have filed bug reports, and I made a few nearby corrections to grammar.
Description:
c_vsnprintf(): print formatted output from an stdarg argument list to a
fixed length string in C locale
Files:
lib/c-vsnprintf.h
lib/c-vsnprintf.c
Depends-on:
stdio
c-vasnprintf
configure.ac:
AC_REQUIRE([AC_C_RESTRICT])
Makefile.am:
lib_SOURCES += c-vsnprintf.c
Include:
"c-vsnprintf.h"
License:
GPL
Maintainer:
Ben Pfaff