* lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
[gnulib.git] / modules / snprintf
1 Description:
2 snprintf() function: print formatted output to a fixed length string
3
4 Files:
5 lib/snprintf.c
6 m4/snprintf.m4
7
8 Depends-on:
9 stdio
10 vasnprintf
11
12 configure.ac:
13 gl_FUNC_SNPRINTF
14 gl_STDIO_MODULE_INDICATOR([snprintf])
15
16 Makefile.am:
17
18 Include:
19 <stdio.h>
20
21 License:
22 LGPL
23
24 Maintainer:
25 Simon Josefsson, Paul Eggert, Bruno Haible