GRASS GIS 8 Programmer's Manual  8.5.0dev(2025)-90d0dbac99
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 *)
12 extern char *G_ngettext(const char *, const char *, const char *,
13  unsigned long int)
15 
16 #endif
char format_arg(3)))
char * G_ngettext(const char *, const char *, const char *, unsigned long int) __attribute__((format_arg(2)
void G_init_locale(void)
Definition: locale.c:29
#define __attribute__(x)
Definition: defs/glocale.h:6
char * G_gettext(const char *, const char *) __attribute__((format_arg(2)))