27 lines
313 B
Plaintext
27 lines
313 B
Plaintext
Description:
|
|
c_snprintf(): print formatted output to a fixed length string in C locale
|
|
|
|
Files:
|
|
lib/c-snprintf.h
|
|
lib/c-snprintf.c
|
|
|
|
Depends-on:
|
|
stdint
|
|
stdio
|
|
c-vsnzprintf
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_RESTRICT])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += c-snprintf.c
|
|
|
|
Include:
|
|
"c-snprintf.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|