From 9921832fa13cef31006cfa69bc5574636c36ac0f Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sun, 26 Feb 2006 03:57:14 +0000 Subject: Merge from trunk. --- libc/stdio/parse_printf_format.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libc/stdio/parse_printf_format.c (limited to 'libc/stdio/parse_printf_format.c') diff --git a/libc/stdio/parse_printf_format.c b/libc/stdio/parse_printf_format.c new file mode 100644 index 000000000..38266b3de --- /dev/null +++ b/libc/stdio/parse_printf_format.c @@ -0,0 +1,9 @@ +/* Copyright (C) 2004 Manuel Novoa III + * Copyright (C) 2000-2006 Erik Andersen + * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + * + * Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details. + */ +#define L_parse_printf_format +#include "_vfprintf.c" -- cgit v1.2.3