GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-565e82de51
defs/glocale.h
Go to the documentation of this file.
1
#ifndef GRASS_GLOCALEDEFS_H
2
#define GRASS_GLOCALEDEFS_H
3
4
#if !defined __GNUC__ || __GNUC__ < 2
5
#undef __attribute__
6
#define __attribute__(x)
7
#endif
8
9
extern
void
G_init_locale
(
void
);
10
extern
char
*
G_gettext
(
const
char
*,
const
char
*)
11
__attribute__
((
format_arg
(2)));
12
extern
char
*
G_ngettext
(
const
char
*,
const
char
*,
const
char
*,
13
unsigned
long
int
)
14
__attribute__
((
format_arg
(2),
format_arg
(3)));
15
16
#endif
format_arg
char format_arg(3)))
G_ngettext
char * G_ngettext(const char *, const char *, const char *, unsigned long int) __attribute__((format_arg(2)
G_init_locale
void G_init_locale(void)
Definition:
locale.c:29
__attribute__
#define __attribute__(x)
Definition:
defs/glocale.h:6
G_gettext
char * G_gettext(const char *, const char *) __attribute__((format_arg(2)))
include
grass
defs
glocale.h
Generated on Thu Mar 20 2025 07:33:25 for GRASS GIS 8 Programmer's Manual by
1.9.1