GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
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
z
+
Enumerations
a
c
d
e
h
l
m
n
o
p
r
s
t
v
y
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
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
extern
void
G_init_locale
(
void
);
5
extern
char
*
G_gettext
(
const
char
*,
const
char
*)
__attribute__
((
format_arg
(2)));
6
extern
char
*
G_ngettext
(
const
char
*,
const
char
*,
const
char
*,
unsigned
long
int
)
__attribute__
((
format_arg
(2),
format_arg
(3)));
7
8
#endif
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:24
G_gettext
char * G_gettext(const char *, const char *) __attribute__((format_arg(2)))
Gets localized text.
Definition:
locale.c:63
format_arg
char format_arg(3)))
__attribute__
#define __attribute__(x)
Definition:
gis.h:38
include
grass
defs
glocale.h
Generated on Mon May 31 2021 05:21:29 for GRASS GIS 7 Programmer's Manual by
1.8.13