GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-90d0dbac99
Main Page
Related Pages
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
y
Enumerations
a
c
d
e
h
i
j
l
m
n
o
p
r
s
t
v
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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 Fri Mar 14 2025 07:33:57 for GRASS GIS 8 Programmer's Manual by
1.9.1