Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include
File: monetary.h
/* Header file for monetary value formatting functions.
[0] Fix | Delete
Copyright (C) 1996-2018 Free Software Foundation, Inc.
[1] Fix | Delete
This file is part of the GNU C Library.
[2] Fix | Delete
[3] Fix | Delete
The GNU C Library is free software; you can redistribute it and/or
[4] Fix | Delete
modify it under the terms of the GNU Lesser General Public
[5] Fix | Delete
License as published by the Free Software Foundation; either
[6] Fix | Delete
version 2.1 of the License, or (at your option) any later version.
[7] Fix | Delete
[8] Fix | Delete
The GNU C Library is distributed in the hope that it will be useful,
[9] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[10] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
[11] Fix | Delete
Lesser General Public License for more details.
[12] Fix | Delete
[13] Fix | Delete
You should have received a copy of the GNU Lesser General Public
[14] Fix | Delete
License along with the GNU C Library; if not, see
[15] Fix | Delete
<http://www.gnu.org/licenses/>. */
[16] Fix | Delete
[17] Fix | Delete
#ifndef _MONETARY_H
[18] Fix | Delete
#define _MONETARY_H 1
[19] Fix | Delete
[20] Fix | Delete
#include <features.h>
[21] Fix | Delete
[22] Fix | Delete
/* Get needed types. */
[23] Fix | Delete
#define __need_size_t
[24] Fix | Delete
#include <stddef.h>
[25] Fix | Delete
#include <bits/types.h>
[26] Fix | Delete
[27] Fix | Delete
#ifndef __ssize_t_defined
[28] Fix | Delete
typedef __ssize_t ssize_t;
[29] Fix | Delete
# define __ssize_t_defined
[30] Fix | Delete
#endif
[31] Fix | Delete
[32] Fix | Delete
[33] Fix | Delete
__BEGIN_DECLS
[34] Fix | Delete
[35] Fix | Delete
/* Formatting a monetary value according to the current locale. */
[36] Fix | Delete
extern ssize_t strfmon (char *__restrict __s, size_t __maxsize,
[37] Fix | Delete
const char *__restrict __format, ...)
[38] Fix | Delete
__THROW __attribute_format_strfmon__ (3, 4);
[39] Fix | Delete
[40] Fix | Delete
#ifdef __USE_XOPEN2K8
[41] Fix | Delete
/* POSIX.1-2008 extended locale interface (see locale.h). */
[42] Fix | Delete
# include <bits/types/locale_t.h>
[43] Fix | Delete
[44] Fix | Delete
/* Formatting a monetary value according to the given locale. */
[45] Fix | Delete
extern ssize_t strfmon_l (char *__restrict __s, size_t __maxsize,
[46] Fix | Delete
locale_t __loc,
[47] Fix | Delete
const char *__restrict __format, ...)
[48] Fix | Delete
__THROW __attribute_format_strfmon__ (4, 5);
[49] Fix | Delete
#endif
[50] Fix | Delete
[51] Fix | Delete
#ifdef __LDBL_COMPAT
[52] Fix | Delete
# include <bits/monetary-ldbl.h>
[53] Fix | Delete
#endif
[54] Fix | Delete
[55] Fix | Delete
__END_DECLS
[56] Fix | Delete
[57] Fix | Delete
#endif /* monetary.h */
[58] Fix | Delete
[59] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function