mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
28 lines
351 B
Plaintext
28 lines
351 B
Plaintext
Description:
|
|
snprintf() function: print formatted output to a fixed length string
|
|
|
|
Files:
|
|
lib/snprintf.c
|
|
m4/snprintf.m4
|
|
m4/printf.m4
|
|
|
|
Depends-on:
|
|
stdio
|
|
vasnprintf
|
|
EOVERFLOW
|
|
|
|
configure.ac:
|
|
gl_FUNC_SNPRINTF
|
|
gl_STDIO_MODULE_INDICATOR([snprintf])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson, Paul Eggert, Bruno Haible
|