diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-09 16:35:44 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-09 16:35:44 +0000 |
commit | eab99f7d1624ff5ca2c251351760d48da573328f (patch) | |
tree | 2b07ce3607663e35e0ef328ca248ce37e0739132 /libc/stdio/_vfwprintf_internal.c | |
parent | d6d29b3c2fbb5dac3e1a14302a0579aba65824a5 (diff) | |
download | uClibc-alpine-eab99f7d1624ff5ca2c251351760d48da573328f.tar.bz2 uClibc-alpine-eab99f7d1624ff5ca2c251351760d48da573328f.tar.xz |
SYnch with trunk: new files
Diffstat (limited to 'libc/stdio/_vfwprintf_internal.c')
-rw-r--r-- | libc/stdio/_vfwprintf_internal.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libc/stdio/_vfwprintf_internal.c b/libc/stdio/_vfwprintf_internal.c new file mode 100644 index 000000000..8584cf4ae --- /dev/null +++ b/libc/stdio/_vfwprintf_internal.c @@ -0,0 +1,9 @@ +/* Copyright (C) 2004 Manuel Novoa III <mjn3@uclibc.org> + * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> + * + * 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__vfwprintf_internal +#include "_vfprintf.c" |