GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
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:61
format_arg
char format_arg(3)))
__attribute__
#define __attribute__(x)
Definition:
gis.h:38
include
grass
defs
glocale.h
Generated on Tue Feb 14 2023 05:55:59 for GRASS GIS 8 Programmer's Manual by
1.8.13