GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-77aab223bc
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
*)
6
__attribute__
((
format_arg
(2)));
7
extern
char
*
G_ngettext
(
const
char
*,
const
char
*,
const
char
*,
8
unsigned
long
int
)
9
__attribute__
((
format_arg
(2),
format_arg
(3)));
10
11
#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
G_gettext
char * G_gettext(const char *, const char *) __attribute__((format_arg(2)))
__attribute__
#define __attribute__(x)
Definition:
gis.h:36
include
grass
defs
glocale.h
Generated on Thu Nov 14 2024 07:00:11 for GRASS GIS 8 Programmer's Manual by
1.9.1