mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-05 13:11:33 +00:00
26 lines
325 B
Plaintext
26 lines
325 B
Plaintext
Description:
|
|
snprintf() function: print formatted output to a fixed length string
|
|
|
|
Files:
|
|
lib/snprintf.h
|
|
lib/snprintf.c
|
|
m4/snprintf.m4
|
|
|
|
Depends-on:
|
|
vasnprintf
|
|
|
|
configure.ac:
|
|
gl_FUNC_SNPRINTF
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += snprintf.h
|
|
|
|
Include:
|
|
"snprintf.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Simon Josefsson, Paul Eggert, Bruno Haible
|