From 42c9f525369ba06742d53d7a89ad00153b317de6 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 13 Feb 2006 08:14:12 +0000 Subject: Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files --- libc/stdio/__psfs_do_numeric.c | 9 +++++++++ libc/stdio/__psfs_parse_spec.c | 9 +++++++++ libc/stdio/__scan_cookie.c | 9 +++++++++ libc/stdio/_ppfs_init.c | 9 +++++++++ libc/stdio/_ppfs_parsespec.c | 9 +++++++++ libc/stdio/_ppfs_prepargs.c | 9 +++++++++ libc/stdio/_ppfs_setargs.c | 9 +++++++++ libc/stdio/clearerr_unlocked.c | 9 +++++++++ libc/stdio/feof_unlocked.c | 9 +++++++++ libc/stdio/ferror_unlocked.c | 9 +++++++++ libc/stdio/fflush_unlocked.c | 9 +++++++++ libc/stdio/fgetc_unlocked.c | 9 +++++++++ libc/stdio/fgets_unlocked.c | 14 ++++++++++++++ libc/stdio/fgetwc_unlocked.c | 9 +++++++++ libc/stdio/fgetws_unlocked.c | 9 +++++++++ libc/stdio/fileno_unlocked.c | 9 +++++++++ libc/stdio/fputc_unlocked.c | 9 +++++++++ libc/stdio/fputs_unlocked.c | 14 ++++++++++++++ libc/stdio/fputwc_unlocked.c | 9 +++++++++ libc/stdio/fputws_unlocked.c | 9 +++++++++ libc/stdio/fread_unlocked.c | 9 +++++++++ libc/stdio/fscanf.c | 9 +++++++++ libc/stdio/fwrite_unlocked.c | 9 +++++++++ libc/stdio/fwscanf.c | 9 +++++++++ libc/stdio/getchar_unlocked.c | 9 +++++++++ libc/stdio/getwchar_unlocked.c | 9 +++++++++ libc/stdio/parse_printf_format.c | 9 +++++++++ libc/stdio/putchar_unlocked.c | 9 +++++++++ libc/stdio/putwchar_unlocked.c | 9 +++++++++ libc/stdio/register_printf_function.c | 9 +++++++++ libc/stdio/scanf.c | 9 +++++++++ libc/stdio/sscanf.c | 9 +++++++++ libc/stdio/swscanf.c | 9 +++++++++ libc/stdio/vfprintf.c | 9 +++++++++ libc/stdio/vfscanf.c | 9 +++++++++ libc/stdio/vfwprintf.c | 9 +++++++++ libc/stdio/vfwscanf.c | 9 +++++++++ libc/stdio/vscanf.c | 9 +++++++++ libc/stdio/vsscanf.c | 9 +++++++++ libc/stdio/vswscanf.c | 9 +++++++++ libc/stdio/vwscanf.c | 9 +++++++++ libc/stdio/wscanf.c | 9 +++++++++ 42 files changed, 388 insertions(+) create mode 100644 libc/stdio/__psfs_do_numeric.c create mode 100644 libc/stdio/__psfs_parse_spec.c create mode 100644 libc/stdio/__scan_cookie.c create mode 100644 libc/stdio/_ppfs_init.c create mode 100644 libc/stdio/_ppfs_parsespec.c create mode 100644 libc/stdio/_ppfs_prepargs.c create mode 100644 libc/stdio/_ppfs_setargs.c create mode 100644 libc/stdio/clearerr_unlocked.c create mode 100644 libc/stdio/feof_unlocked.c create mode 100644 libc/stdio/ferror_unlocked.c create mode 100644 libc/stdio/fflush_unlocked.c create mode 100644 libc/stdio/fgetc_unlocked.c create mode 100644 libc/stdio/fgets_unlocked.c create mode 100644 libc/stdio/fgetwc_unlocked.c create mode 100644 libc/stdio/fgetws_unlocked.c create mode 100644 libc/stdio/fileno_unlocked.c create mode 100644 libc/stdio/fputc_unlocked.c create mode 100644 libc/stdio/fputs_unlocked.c create mode 100644 libc/stdio/fputwc_unlocked.c create mode 100644 libc/stdio/fputws_unlocked.c create mode 100644 libc/stdio/fread_unlocked.c create mode 100644 libc/stdio/fscanf.c create mode 100644 libc/stdio/fwrite_unlocked.c create mode 100644 libc/stdio/fwscanf.c create mode 100644 libc/stdio/getchar_unlocked.c create mode 100644 libc/stdio/getwchar_unlocked.c create mode 100644 libc/stdio/parse_printf_format.c create mode 100644 libc/stdio/putchar_unlocked.c create mode 100644 libc/stdio/putwchar_unlocked.c create mode 100644 libc/stdio/register_printf_function.c create mode 100644 libc/stdio/scanf.c create mode 100644 libc/stdio/sscanf.c create mode 100644 libc/stdio/swscanf.c create mode 100644 libc/stdio/vfprintf.c create mode 100644 libc/stdio/vfscanf.c create mode 100644 libc/stdio/vfwprintf.c create mode 100644 libc/stdio/vfwscanf.c create mode 100644 libc/stdio/vscanf.c create mode 100644 libc/stdio/vsscanf.c create mode 100644 libc/stdio/vswscanf.c create mode 100644 libc/stdio/vwscanf.c create mode 100644 libc/stdio/wscanf.c (limited to 'libc/stdio') diff --git a/libc/stdio/__psfs_do_numeric.c b/libc/stdio/__psfs_do_numeric.c new file mode 100644 index 000000000..e3714776c --- /dev/null +++ b/libc/stdio/__psfs_do_numeric.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___psfs_do_numeric +#include "_scanf.c" diff --git a/libc/stdio/__psfs_parse_spec.c b/libc/stdio/__psfs_parse_spec.c new file mode 100644 index 000000000..cac9cda46 --- /dev/null +++ b/libc/stdio/__psfs_parse_spec.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___psfs_parse_spec +#include "_scanf.c" diff --git a/libc/stdio/__scan_cookie.c b/libc/stdio/__scan_cookie.c new file mode 100644 index 000000000..d5d53c4c5 --- /dev/null +++ b/libc/stdio/__scan_cookie.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___scan_cookie +#include "_scanf.c" diff --git a/libc/stdio/_ppfs_init.c b/libc/stdio/_ppfs_init.c new file mode 100644 index 000000000..80d8aeb96 --- /dev/null +++ b/libc/stdio/_ppfs_init.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__ppfs_init +#include "_vfprintf.c" diff --git a/libc/stdio/_ppfs_parsespec.c b/libc/stdio/_ppfs_parsespec.c new file mode 100644 index 000000000..a3e298801 --- /dev/null +++ b/libc/stdio/_ppfs_parsespec.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__ppfs_parsespec +#include "_vfprintf.c" diff --git a/libc/stdio/_ppfs_prepargs.c b/libc/stdio/_ppfs_prepargs.c new file mode 100644 index 000000000..a6efbf466 --- /dev/null +++ b/libc/stdio/_ppfs_prepargs.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__ppfs_prepargs +#include "_vfprintf.c" diff --git a/libc/stdio/_ppfs_setargs.c b/libc/stdio/_ppfs_setargs.c new file mode 100644 index 000000000..41214d993 --- /dev/null +++ b/libc/stdio/_ppfs_setargs.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__ppfs_setargs +#include "_vfprintf.c" diff --git a/libc/stdio/clearerr_unlocked.c b/libc/stdio/clearerr_unlocked.c new file mode 100644 index 000000000..1728d0378 --- /dev/null +++ b/libc/stdio/clearerr_unlocked.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 __DO_UNLOCKED +#include "clearerr.c" diff --git a/libc/stdio/feof_unlocked.c b/libc/stdio/feof_unlocked.c new file mode 100644 index 000000000..4553f306b --- /dev/null +++ b/libc/stdio/feof_unlocked.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 __DO_UNLOCKED +#include "feof.c" diff --git a/libc/stdio/ferror_unlocked.c b/libc/stdio/ferror_unlocked.c new file mode 100644 index 000000000..19722b8bb --- /dev/null +++ b/libc/stdio/ferror_unlocked.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 __DO_UNLOCKED +#include "ferror.c" diff --git a/libc/stdio/fflush_unlocked.c b/libc/stdio/fflush_unlocked.c new file mode 100644 index 000000000..a6adb59c2 --- /dev/null +++ b/libc/stdio/fflush_unlocked.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 __DO_UNLOCKED +#include "fflush.c" diff --git a/libc/stdio/fgetc_unlocked.c b/libc/stdio/fgetc_unlocked.c new file mode 100644 index 000000000..a20c7eef2 --- /dev/null +++ b/libc/stdio/fgetc_unlocked.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 __DO_UNLOCKED +#include "fgetc.c" diff --git a/libc/stdio/fgets_unlocked.c b/libc/stdio/fgets_unlocked.c new file mode 100644 index 000000000..db0191305 --- /dev/null +++ b/libc/stdio/fgets_unlocked.c @@ -0,0 +1,14 @@ +/* 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. + */ + +#include + +#ifdef __USE_GNU +# define __DO_UNLOCKED +# include "fgets.c" +#endif diff --git a/libc/stdio/fgetwc_unlocked.c b/libc/stdio/fgetwc_unlocked.c new file mode 100644 index 000000000..8eab84393 --- /dev/null +++ b/libc/stdio/fgetwc_unlocked.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 __DO_UNLOCKED +#include "fgetwc.c" diff --git a/libc/stdio/fgetws_unlocked.c b/libc/stdio/fgetws_unlocked.c new file mode 100644 index 000000000..6dd58f20a --- /dev/null +++ b/libc/stdio/fgetws_unlocked.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 __DO_UNLOCKED +#include "fgetws.c" diff --git a/libc/stdio/fileno_unlocked.c b/libc/stdio/fileno_unlocked.c new file mode 100644 index 000000000..e50059296 --- /dev/null +++ b/libc/stdio/fileno_unlocked.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 __DO_UNLOCKED +#include "fileno.c" diff --git a/libc/stdio/fputc_unlocked.c b/libc/stdio/fputc_unlocked.c new file mode 100644 index 000000000..dc4c77a51 --- /dev/null +++ b/libc/stdio/fputc_unlocked.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 __DO_UNLOCKED +#include "fputc.c" diff --git a/libc/stdio/fputs_unlocked.c b/libc/stdio/fputs_unlocked.c new file mode 100644 index 000000000..c7ff3f59b --- /dev/null +++ b/libc/stdio/fputs_unlocked.c @@ -0,0 +1,14 @@ +/* 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. + */ + +#include + +#ifdef __USE_GNU +# define __DO_UNLOCKED +# include "fputs.c" +#endif diff --git a/libc/stdio/fputwc_unlocked.c b/libc/stdio/fputwc_unlocked.c new file mode 100644 index 000000000..757cbd0d2 --- /dev/null +++ b/libc/stdio/fputwc_unlocked.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 __DO_UNLOCKED +#include "fputwc.c" diff --git a/libc/stdio/fputws_unlocked.c b/libc/stdio/fputws_unlocked.c new file mode 100644 index 000000000..b3a037771 --- /dev/null +++ b/libc/stdio/fputws_unlocked.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 __DO_UNLOCKED +#include "fputws.c" diff --git a/libc/stdio/fread_unlocked.c b/libc/stdio/fread_unlocked.c new file mode 100644 index 000000000..441edbb64 --- /dev/null +++ b/libc/stdio/fread_unlocked.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 __DO_UNLOCKED +#include "fread.c" diff --git a/libc/stdio/fscanf.c b/libc/stdio/fscanf.c new file mode 100644 index 000000000..102cb8d59 --- /dev/null +++ b/libc/stdio/fscanf.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_fscanf +#include "_scanf.c" diff --git a/libc/stdio/fwrite_unlocked.c b/libc/stdio/fwrite_unlocked.c new file mode 100644 index 000000000..0f9e026c0 --- /dev/null +++ b/libc/stdio/fwrite_unlocked.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 __DO_UNLOCKED +#include "fwrite.c" diff --git a/libc/stdio/fwscanf.c b/libc/stdio/fwscanf.c new file mode 100644 index 000000000..3409d00a0 --- /dev/null +++ b/libc/stdio/fwscanf.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_fwscanf +#include "_scanf.c" diff --git a/libc/stdio/getchar_unlocked.c b/libc/stdio/getchar_unlocked.c new file mode 100644 index 000000000..60ea25129 --- /dev/null +++ b/libc/stdio/getchar_unlocked.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 __DO_UNLOCKED +#include "getchar.c" diff --git a/libc/stdio/getwchar_unlocked.c b/libc/stdio/getwchar_unlocked.c new file mode 100644 index 000000000..af4a9e888 --- /dev/null +++ b/libc/stdio/getwchar_unlocked.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 __DO_UNLOCKED +#include "getwchar.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" diff --git a/libc/stdio/putchar_unlocked.c b/libc/stdio/putchar_unlocked.c new file mode 100644 index 000000000..6d6ec471a --- /dev/null +++ b/libc/stdio/putchar_unlocked.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 __DO_UNLOCKED +#include "putchar.c" diff --git a/libc/stdio/putwchar_unlocked.c b/libc/stdio/putwchar_unlocked.c new file mode 100644 index 000000000..5b0c60006 --- /dev/null +++ b/libc/stdio/putwchar_unlocked.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 __DO_UNLOCKED +#include "putwchar.c" diff --git a/libc/stdio/register_printf_function.c b/libc/stdio/register_printf_function.c new file mode 100644 index 000000000..c6b3240a7 --- /dev/null +++ b/libc/stdio/register_printf_function.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_register_printf_function +#include "_vfprintf.c" diff --git a/libc/stdio/scanf.c b/libc/stdio/scanf.c new file mode 100644 index 000000000..4943c88df --- /dev/null +++ b/libc/stdio/scanf.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_scanf +#include "_scanf.c" diff --git a/libc/stdio/sscanf.c b/libc/stdio/sscanf.c new file mode 100644 index 000000000..f53c06545 --- /dev/null +++ b/libc/stdio/sscanf.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_sscanf +#include "_scanf.c" diff --git a/libc/stdio/swscanf.c b/libc/stdio/swscanf.c new file mode 100644 index 000000000..06f8cb75f --- /dev/null +++ b/libc/stdio/swscanf.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_swscanf +#include "_scanf.c" diff --git a/libc/stdio/vfprintf.c b/libc/stdio/vfprintf.c new file mode 100644 index 000000000..78b725fd9 --- /dev/null +++ b/libc/stdio/vfprintf.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_vfprintf +#include "_vfprintf.c" diff --git a/libc/stdio/vfscanf.c b/libc/stdio/vfscanf.c new file mode 100644 index 000000000..b13ff8db8 --- /dev/null +++ b/libc/stdio/vfscanf.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_vfscanf +#include "_scanf.c" diff --git a/libc/stdio/vfwprintf.c b/libc/stdio/vfwprintf.c new file mode 100644 index 000000000..323b90015 --- /dev/null +++ b/libc/stdio/vfwprintf.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_vfwprintf +#include "_vfprintf.c" diff --git a/libc/stdio/vfwscanf.c b/libc/stdio/vfwscanf.c new file mode 100644 index 000000000..ac982b4f1 --- /dev/null +++ b/libc/stdio/vfwscanf.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_vfwscanf +#include "_scanf.c" diff --git a/libc/stdio/vscanf.c b/libc/stdio/vscanf.c new file mode 100644 index 000000000..834fe92ee --- /dev/null +++ b/libc/stdio/vscanf.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_vscanf +#include "_scanf.c" diff --git a/libc/stdio/vsscanf.c b/libc/stdio/vsscanf.c new file mode 100644 index 000000000..882c2713e --- /dev/null +++ b/libc/stdio/vsscanf.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_vsscanf +#include "_scanf.c" diff --git a/libc/stdio/vswscanf.c b/libc/stdio/vswscanf.c new file mode 100644 index 000000000..fddb60209 --- /dev/null +++ b/libc/stdio/vswscanf.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_vswscanf +#include "_scanf.c" diff --git a/libc/stdio/vwscanf.c b/libc/stdio/vwscanf.c new file mode 100644 index 000000000..9e21a271e --- /dev/null +++ b/libc/stdio/vwscanf.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_vwscanf +#include "_scanf.c" diff --git a/libc/stdio/wscanf.c b/libc/stdio/wscanf.c new file mode 100644 index 000000000..d354d527f --- /dev/null +++ b/libc/stdio/wscanf.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_wscanf +#include "_scanf.c" -- cgit v1.2.3