view modules/c-snprintf @ 17305:0e5a583a2a8d

regex: test for buffer overrun * m4/regex.m4 (gl_REGEX): Add test case, by Andreas Schwab, for the just-fixed regex bug.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 29 Jan 2013 22:34:58 -0800
parents 46900f509454
children
line wrap: on
line source

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:
c-vasnprintf

configure.ac:

Makefile.am:
lib_SOURCES += c-snprintf.c

Include:
"c-snprintf.h"

License:
GPL

Maintainer:
Ben Pfaff