# HG changeset patch # User Karl Berry # Date 1097567392 0 # Node ID 426fd0964cbd58b7f7c01a790015b0caf99b1275 # Parent 11ff7526b7b93919bc8ea67cc8eed19a08c6c33b . diff --git a/MODULES.html b/MODULES.html --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -411,6 +411,11 @@ snprintf snprintf() function: print formatted output to a fixed length string + + vsnprintf + vsnprintf() function: print formatted output from an stdarg argument list +to a fixed length string +

Numeric conversion functions <stdlib.h>

@@ -1890,6 +1895,13 @@ + +
snprintf.m4
gl_FUNC_SNPRINTF
vasnprintf
minmax
vsnprintf + #include "vsnprintf.h" + vsnprintf.c + vsnprintf.m4
gl_FUNC_VSNPRINTF +
vasnprintf
minmax +

Numeric conversion functions <stdlib.h>

@@ -3094,6 +3106,6 @@
  • A testsuite
    - Generated from MODULES.html.sh on 5 October 2004. + Generated from MODULES.html.sh on 12 October 2004.