/* Test program, used by the format-c-3 test.
- Copyright (C) 2002, 2009, 2013, 2018 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2009, 2013, 2018, 2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#undef setlocale
#if defined _WIN32 && !defined __CYGWIN__
# define setlocale fake_setlocale
+extern char *setlocale (int category, SETLOCALE_CONST char *locale);
#endif
#define _(string) gettext (string)
/* Test program, used by the format-c-4 test.
- Copyright (C) 2002, 2009, 2013, 2018 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2009, 2013, 2018, 2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#undef setlocale
#if defined _WIN32 && !defined __CYGWIN__
# define setlocale fake_setlocale
+extern char *setlocale (int category, SETLOCALE_CONST char *locale);
#endif
#define _(string) gettext (string)
/* Test program, used by the plural-1 test.
- Copyright (C) 2001-2002, 2009, 2013, 2018 Free Software Foundation, Inc.
+ Copyright (C) 2001-2002, 2009, 2013, 2018, 2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#undef setlocale
#if defined _WIN32 && !defined __CYGWIN__
# define setlocale fake_setlocale
+extern char *setlocale (int category, SETLOCALE_CONST char *locale);
#endif
int
/* gettext - retrieve text string from message catalog and print it.
- Copyright (C) 1995-1997, 2000-2007, 2012, 2018-2019 Free Software
+ Copyright (C) 1995-1997, 2000-2007, 2012, 2018-2020 Free Software
Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, May 1995.
#if defined _WIN32 && !defined __CYGWIN__
# undef setlocale
# define setlocale fake_setlocale
+extern char *setlocale (int category, SETLOCALE_CONST char *locale);
#endif
#define _(str) gettext (str)
/* ngettext - retrieve plural form strings from message catalog and print them.
- Copyright (C) 1995-1997, 2000-2007, 2012, 2018-2019 Free Software
+ Copyright (C) 1995-1997, 2000-2007, 2012, 2018-2020 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
#if defined _WIN32 && !defined __CYGWIN__
# undef setlocale
# define setlocale fake_setlocale
+extern char *setlocale (int category, SETLOCALE_CONST char *locale);
#endif
#define _(str) gettext (str)